https://github.com/iphydf/js-bugz
TokTok issue and pull request management bot
https://github.com/iphydf/js-bugz
github javascript probot toktok
Last synced: 3 months ago
JSON representation
TokTok issue and pull request management bot
- Host: GitHub
- URL: https://github.com/iphydf/js-bugz
- Owner: iphydf
- License: gpl-3.0
- Created: 2020-04-26T14:07:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T14:12:11.000Z (about 6 years ago)
- Last Synced: 2025-12-26T18:48:24.892Z (6 months ago)
- Topics: github, javascript, probot, toktok
- Language: TypeScript
- Homepage: https://toktok.ltd/
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bugz
> A GitHub App built with [Probot](https://github.com/probot/probot) for
> TokTok bug and pull request management
## 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 bugz could be improved, or want to report a
bug, open an issue! We'd love all and any contributions.