Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 343 Bytes

File metadata and controls

26 lines (18 loc) · 343 Bytes

KingFisher (kf)

Fast command line tool to run template engines

Usage

Use handlebar template to produce output.

kf hb input.yaml handlebar.tmpl output.file

Dev Workflow

cargo bump patch --git-tag
git push --follow-tags
# cargo release
cargo publish

# build a release file
cargo build --release