chore: bash script for regenerating examples

This commit is contained in:
Jake Stanger
2023-04-07 14:26:17 +01:00
parent 1b0287becc
commit 55c06c4766

5
scripts/generate-examples.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/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