parse-files
Version:
Complimentary lib to parser-cache. Extends the `Parsers` prototype with additional methods for reading files from the file system.
40 lines (27 loc) • 701 B
Markdown
tags: ['verb-tag-jscomments']
# {%= name %} {%= badge("fury") %}
> {%= description %}
## Install
{%= include("install") %}
## Usage
```js
var Parsers = require('{%= name %}');
var parsers = new Parsers();
```
## API
{%= jscomments("index.js") %}
## Related
* [parser-cache](https://github.com/jonschlinkert/parser-cache)
* [parser-noop](https://github.com/jonschlinkert/parser-noop)
* [parser-front-matter](https://github.com/jonschlinkert/parser-front-matter)
## Author
{%= include("author") %}
## License
{%= copyright() %}
{%= license() %}
***
{%= include("footer") %}
[gray-matter]: https://github.com/jonschlinkert/gray-matter
[globby]: https://github.com/sindresorhus/globby