hbs-cli 0.2.4

Simple CLI for generating text from handlebars templates, by feeding them with data from file YAML/JSON.
# Change log

## v0.2.4 - 2024.07.17

- Making output consistent either output file or stdout used.
- Providing minimal CLI testing framework and tests expecting specific output
  when specific command issued.

## v0.2.3 - 2024.06.29

- Dependencies bump up: `handlebars`.
- Fix GH actions.

## v0.2.2 - 2024.06.29

- Dependencies bump up: `serde`.

## v0.2.1 - 2023.03.09

- Dependencies versions bump up.

## v0.2.0

- Providing partials support via registration templates with glob argument.

## v0.1.0

- Generating text from provided YAML data file and Handlebars template 
  (partials not supported).