0.0.1 • Published 12 years ago
yamli v0.0.1
yamli
Yaml adds !include support to js-yaml.
Usage
foo.yaml
foo: !include bar.yamlbar.yaml
bar: ~example.js
var foo = yamli.load('foo.yaml')
console.log(foo)Output:
{ foo: { bar: null } }methods
yamli implements load, loadAll, safeLoad and safeLoadAll. All methods
works like js-yaml except they expects a
filename instead of an yaml string as first argument.
install
Using npm do:
$ npm install yamllicense
MIT
0.0.1
12 years ago