quaint-yaml
v0.1.0
Published
YAML format for Quaint
Maintainers
Readme
quaint-yaml
YAML support for the data and include macros in
Quaint.
Install
quaint --setup yamlUsage
This will make a table with two rows and two columns:
plugins :: yaml
format table :: data yaml ::
-
- one
- two
-
- un
- deuxAnd this will import YAML from a file:
data.yaml
a: 1
b: 7file.q
include :: data.yaml
{a} + {b} == 8Options
There are no options at the moment.
