Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probot/template
Template for new Probot apps
https://github.com/probot/template
probot
Last synced: 3 months ago
JSON representation
Template for new Probot apps
- Host: GitHub
- URL: https://github.com/probot/template
- Owner: probot
- License: isc
- Archived: true
- Created: 2017-03-12T16:48:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T02:20:01.000Z (about 6 years ago)
- Last Synced: 2024-09-22T12:32:56.116Z (3 months ago)
- Topics: probot
- Language: JavaScript
- Homepage: https://probot.github.io/docs/development/#generating-a-new-app
- Size: 123 KB
- Stars: 51
- Watchers: 6
- Forks: 165
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# {{ name }}
> A GitHub App built with [Probot](https://probot.github.io) that {{ description }}
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how {{ name }} 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) © {{ year }} {{ author }}