A simple fast command line utility to create files using tempates (Jinja2) with data (yaml,json,toml)
src | ||
test | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
RTplFile
Create files with templates and Data
A simple fast command line utility to create files using tempates (Jinja2) with data (yaml,json,toml)
Based in Tera template
Inspiration
Thera are so many templates parser ...
Requirements for build
Build from source
- Clone this repository and go to folder:
git clone
cd rtplfile
- Build:
cargo build
- Install ():
Run examples
References
License
MIT