shortstop-yaml

1.0.0 • Public • Published

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) => {
  // ...  
});

Readme

Keywords

Package Sidebar

Install

npm i shortstop-yaml

Weekly Downloads

113

Version

1.0.0

License

ISC

Last publish

Collaborators

  • jasisk