https://github.com/mongrov/kingfisher
fast template engine(s) with any config (json, yaml, toml)
https://github.com/mongrov/kingfisher
Last synced: about 1 year ago
JSON representation
fast template engine(s) with any config (json, yaml, toml)
- Host: GitHub
- URL: https://github.com/mongrov/kingfisher
- Owner: mongrov
- License: apache-2.0
- Created: 2023-04-24T07:54:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T04:39:15.000Z (over 2 years ago)
- Last Synced: 2025-05-06T21:10:04.686Z (about 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# KingFisher (kf)
Fast command line tool to run template engines
## Usage
Use handlebar template to produce output.
```sh
kf hb input.yaml handlebar.tmpl output.file
```
## Dev Workflow
```bash
cargo bump patch --git-tag
git push --follow-tags
```
```bash
# cargo release
cargo publish
# build a release file
cargo build --release
```