riju/langs/toml.yaml

18 lines
207 B
YAML

id: "toml"
aliases:
- "tom"
name: "TOML"
install:
riju:
- yj
main: "main.toml"
template: |
output = "Hello, world!"
compile: |
cat main.toml | yj -tj > main.json
run: |
cat main.json | jq .