Simple Handlebars CLI ===================== Simple, but already useful 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). Goal ---- The idea is to prepare utility which should be easly used from shell script. Usage ----- The simplest call: ```bash hbs-cli