1.0.4 • Published 4 years ago

contributors-parser v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago