7 个版本
0.2.2 | 2024 年 5 月 8 日 |
---|---|
0.2.1 | 2024 年 4 月 26 日 |
0.1.6 | 2024 年 4 月 25 日 |
296 在 配置 中
每月 153 次下载
19KB
191 行
yexp
是一个用于扩展 yaml 文件的工具
示例
a.yaml
- one
- two
- three
b.yaml
items: !include path/to/a.yaml
c.yaml
foo: bar
extend: # <- can be string or sequence of strings
- path/to/b.yaml
yexp /path/to/c.yaml
输出
foo: bar
items:
- one
- two
- three
安装
预构建的二进制文件
从 GitHub 发布页面 下载最新版本。
通过 cargo
cargo install yexp
通过 homebrew
brew tap fixcik/tap
brew install yexp
依赖项
~3–4MB
~76K SLoC