An open API service indexing awesome lists of open source software.

https://github.com/yash-singh1/contributors-parser

Parser for contributors
https://github.com/yash-singh1/contributors-parser

Last synced: about 2 months ago
JSON representation

Parser for contributors

Awesome Lists containing this project

README

        

# `contributors-parser`

Parses `CONTRIBUTORS` file-like syntax.

## Installation

```sh
npm install contributors-parser
```

## API

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

## Development

To build the coffeescript:

```sh
npm run build
```

To run the tests:

```sh
npm run test
```