A simple fast command line utility to create files using tempates (Jinja2) with data (yaml,json,toml)
Go to file
2022-01-23 11:04:38 +00:00
src chore: fix tera path conversion 2022-01-23 11:04:38 +00:00
test chore: add test 2022-01-23 02:18:47 +00:00
.gitignore init repo 2022-01-23 02:16:55 +00:00
Cargo.toml chore: fix tera path conversion 2022-01-23 11:04:38 +00:00
LICENSE init repo 2022-01-23 02:16:55 +00:00
README.md init repo 2022-01-23 02:16:55 +00:00
rustfmt.toml chore: add code 2022-01-23 02:18:12 +00:00

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