An open API service indexing awesome lists of open source software.

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)

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
```