jasisk / shortstop-yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%