Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchirico/bot
Github Bot
https://github.com/mchirico/bot
probot
Last synced: about 1 month ago
JSON representation
Github Bot
- Host: GitHub
- URL: https://github.com/mchirico/bot
- Owner: mchirico
- License: isc
- Created: 2020-06-18T15:30:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:59:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-21T02:18:23.576Z (8 months ago)
- Topics: probot
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app
## Setup
```sh
# Install dependencies
npm install# Run with hot reload
npm run build:watch# Compile and run
npm run build
npm run start
```## Contributing
If you have suggestions for how 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) © 2020 Mike Chirico (https://mchirico.github.io/)