Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxzie-xx/gitme-bot
A probot app to manage the GitMe Repository
https://github.com/haxzie-xx/gitme-bot
campus-experts gitme gitme-bot probot probot-app
Last synced: 3 days ago
JSON representation
A probot app to manage the GitMe Repository
- Host: GitHub
- URL: https://github.com/haxzie-xx/gitme-bot
- Owner: haxzie-xx
- License: isc
- Created: 2018-11-25T18:28:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T05:04:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T08:42:26.555Z (about 2 months ago)
- Topics: campus-experts, gitme, gitme-bot, probot, probot-app
- Language: JavaScript
- Homepage: https://gitme.js.org
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gitme-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app to manage the GitMe Repositories
## Setup
```shell
# Install dependencies
npm install# Run the bot
npm start
```## Deploying
### With available Environment variables
Install the [now.sh CLI](https://github.com/zeit/now-cli), from the project folder Run...
```shell
$ now --dotenv=.env
```### Fresh Installation
Simply run `$ now` from the project directory and goto the deployment website to complete the installation.## Contributing
If you have suggestions for how gitme-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 Musthaq Ahamad (https://github.com/haxzie/gitme-bot)