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
- Host: GitHub
- URL: https://github.com/danielmschmidt/all-contributors-bot
- Owner: DanielMSchmidt
- License: isc
- Created: 2018-09-21T23:03:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:38:19.000Z (over 2 years ago)
- Last Synced: 2025-07-04T18:09:17.566Z (about 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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)