npm.io
1.0.0 • Published 9 years ago

shortstop-yaml

Licence
ISC
Version
1.0.0
Deps
3
Vulns
0
Weekly
0

shortstop-yaml

Build Status

Example

const shortstop = require('shortstop');
const yaml = require('shortstop-yaml');

const resolver = shortstop.create();

resolver.use('yaml', yaml());

resolver.resolve({obj: 'yaml:path/to/file.yaml'}, (err, contents) => {
  // ...  
});