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
- Host: GitHub
- URL: https://github.com/yash-singh1/contributors-parser
- Owner: Yash-Singh1
- License: mit
- Created: 2021-03-03T21:29:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T02:54:41.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:44:19.188Z (2 months ago)
- Language: CoffeeScript
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```