noop parser, consolidate.js style. Works with Assemble, express.js, parser-cache or any application that follows consolidate.js conventions.
npm install parser-noop> noop parser, consolidate.js style. Works with Assemble, express.js, parser-cache or any application that follows consolidate.js conventions.
``bash`
npm i parser-noop --save-dev
`js`
var parser = require('parser-noop');
* file {String|Object}: The object or string to parse. locals
* {Object|Function}: or next callback function. next
* {Function}: callback function.
Parse the given file and callback next(err, file).
* file {String|Object}: The object or string to parse.
Parse the given file and return a minimal normalized file` object.
Jon Schlinkert
+ github/jonschlinkert
+ twitter/jonschlinkert
*
_This file was generated by verb-cli on October 24, 2014._
[gray-matter]: https://github.com/jonschlinkert/gray-matter "front matter parser"
[globby]: https://github.com/sindresorhus/globby