# parsers [![NPM version](https://badge.fury.io/js/parsers.svg)](http://badge.fury.io/js/parsers)


> Like consolidate.js, but for parsers instead of engines.

## Install
#### Install with [npm](npmjs.org):

```bash
npm i parsers --save-dev
```

## Run tests

```bash
npm test
```

## Usage

```js
var parsers = require('parsers');
console.log(parsers('abc'));
//=> ['a', 'b', 'c'];
```

## API
### [.clearCache](index.js#L30)


Clear the cache.

## Author

**Jon Schlinkert**
 
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) 

## License
Copyright (c) 2014 Jon Schlinkert, contributors.  
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 09, 2014._