ironbar/scripts/generate-examples.sh

5 lines
191 B
Bash
Raw Normal View History

#!/usr/bin/env bash
corn examples/config.corn -t json > examples/config.json
corn examples/config.corn -t toml > examples/config.toml
corn examples/config.corn -t yaml > examples/config.yaml