Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohmyzsh/ohmyzsh-bot
A bot to manage the ohmyzsh project
https://github.com/ohmyzsh/ohmyzsh-bot
bot github-bot ohmyzsh probot webhook
Last synced: about 1 month ago
JSON representation
A bot to manage the ohmyzsh project
- Host: GitHub
- URL: https://github.com/ohmyzsh/ohmyzsh-bot
- Owner: ohmyzsh
- License: isc
- Created: 2019-09-06T13:22:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T07:53:41.000Z (about 2 months ago)
- Last Synced: 2024-09-27T08:02:25.837Z (about 2 months ago)
- Topics: bot, github-bot, ohmyzsh, probot, webhook
- Language: TypeScript
- Size: 3.34 MB
- Stars: 30
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ohmyzsh-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that A bot to manage the ohmyzsh project
## Setup
```sh
# Install dependencies
npm install# Run typescript
npm run build# Run the bot
npm start
```## Contributing
If you have suggestions for how ohmyzsh-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) © 2019-2022 Marc Cornellà (https://github.com/ohmyzsh/ohmyzsh-bot)