https://github.com/riyadhuddin/g2it
https://github.com/riyadhuddin/g2it
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riyadhuddin/g2it
- Owner: riyadhuddin
- License: isc
- Created: 2021-12-30T08:07:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T20:22:59.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:30:56.501Z (over 1 year ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# g2it
> A GitHub App built with [Probot](https://github.com/probot/probot) that tweet all git changes on a repo
[](https://www.digitalocean.com/?refcode=40de8412fc2d&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t g2it .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= g2it
```
## Contributing
If you have suggestions for how g2it 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) © 2021 Riyadh Uddin