4 个版本
0.2.2 | 2022 年 3 月 8 日 |
---|---|
0.2.1 | 2022 年 3 月 8 日 |
0.2.0 | 2021 年 12 月 26 日 |
0.1.0 | 2021 年 11 月 15 日 |
#497 在 模板引擎
14KB
257 行
yuna
朴素终端变量管理器。
安装
下载适用于您平台的一个预构建二进制文件,然后使其可执行
示例
curl -L -o yuna https://github.com/ShogunPanda/yuna/releases/latest/download/yuna-linux
chmod a+x yuna
安装(其他平台)
如果您的平台不可用或您不想使用上述二进制文件,请确保您已在本地上安装了 Rust,然后运行
cargo install yuna
用法
# If run without arguments, it will list all available variables in that folder.
yuna
# If run with more than an argument, it will write a variable,
yuna foo bar baz
# If run with a argument, it will read a variable.
yuna foo
每次保存变量时,当前目录都会创建一个 .yuna.yml
。在搜索所有可用变量时,yuna 会搜索并加载所有祖先文件夹中的所有 .yuna.yml
文件,直到根目录。
为 yuna 做贡献
- 检出最新的 master 分支以确保该功能尚未实现或错误尚未修复
- 检查问题跟踪器以确保没有人已经请求过它或贡献过它
- Fork 项目
- 开始一个功能/错误修复分支
- 提交并推送,直到你对你的贡献满意
- 确保为它添加测试。这是很重要的,这样我就不会在未来的版本中无意中破坏它。
版权
版权 (C) 2021 及以后 Shogun ([email protected]).
在 MIT 许可证下许可,可在 https://choosealicense.com/licenses/mit 找到。
依赖关系
~10MB
~182K SLoC