1.0.4 • Published 3 years ago

contributors-parser v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

contributors-parser

Parses CONTRIBUTORS file-like syntax.

Installation

npm install contributors-parser

API

const parseContributors = require('contributors-parser');
parseContributors(value /* The string that is trying to be parsed */);

Development

To build the coffeescript:

npm run build

To run the tests:

npm run test
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago