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

https://github.com/danielmschmidt/all-contributors-bot

Probot that adds all contributors to the all-contributors section
https://github.com/danielmschmidt/all-contributors-bot

Last synced: about 1 year ago
JSON representation

Probot that adds all contributors to the all-contributors section

Awesome Lists containing this project

README

          

# all-contributors-bot

> A GitHub App built with [Probot](https://github.com/probot/probot) that Adds all contributors to the all-contributors section

## Setup

```sh
# Install dependencies
npm install

# Run typescript
npm run build

# Run the bot
npm start
```

## Contributing

If you have suggestions for how all-contributors-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2018 Daniel Schmidt (danielmschmidt92@gmail.com)