1.0.4 • Published 4 years ago
contributors-parser v1.0.4
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