Asuha
Asuha: the Webhook server for online git hosting services.
WIP
Currently only support for Bitbucket. There are other great packages for Github (e.g. probot) that you can have a try ;)
Base Concepts
- Asuha is designed as a module to report remote Git events through EventEmitter API.
Installation
npm install asuha
Example
const Asuha = const asuha = Asuha
Then set the repository's webhook to where the Asuha server is listening on and make a Git push to the remote repository to test the server.