contributors-parser
v1.0.4
Published
Parse contributors
Readme
contributors-parser
Parses CONTRIBUTORS file-like syntax.
Installation
npm install contributors-parserAPI
const parseContributors = require('contributors-parser');
parseContributors(value /* The string that is trying to be parsed */);Development
To build the coffeescript:
npm run buildTo run the tests:
npm run test