kingfisher

Crates.iokingfisher
lib.rskingfisher
version0.1.2
sourcesrc
created_at2023-04-24 08:01:56.783141
updated_at2023-09-27 22:01:04.728797
descriptionfast template engine(s) with any config (hocon, json, json5, yaml, toml)
homepagehttps://github.com/mongrov/kingfisher
repositoryhttps://github.com/mongrov/kingfisher
max_upload_size
id847149
size68,929
Eyal Arasu (elarasuz)

documentation

README

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
Commit count: 17

cargo fmt