hbs-cli 0.1.0

Simple CLI for generating text from handlebars templates, by feeding them with data from file YAML/JSON.
hbs-cli-0.1.0 is not a library.
  • Simple Handlebars CLI (in Rust)

Simple CLI for generating text from handlebars templates, by feeding them with data from file (YAML parser used is for it, so JSON is also supported), writen in Rust programming language (with usage serde_yaml and handlebars crates).

** Usage

#+begin_src bash hbs-cli > #+end_src

Where can be ether YAML or JSON (as YAML parser is a JSON parser too) and is handlebars template. Template is generated on standard output.

** Building

#+begin_src bash cargo build --release # for release binary #+end_src