@dendra-science/github-webhook-nats-streaming
v0.0.2
Published
GitHub Webhook to NATS Streaming command line interface tool.
Downloads
5
Readme
GitHub Webhook to NATS Streaming
Command line interface tool to forward GitHub Webhoook events to a NATS Streaming channel.
Instructions
Be sure you have Node version 10.14.2 or greater. If you’re using nvm, you may need to
nvm use 10.14.2
.Clone this repo.
Make this project directory the current directory, i.e.
cd github-webhook-nats-streaming
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.