0.1.7 • Published 9 years ago

node-webhooker v0.1.7

Weekly downloads
5
License
MIT
Repository
bitbucket
Last release
9 years ago

#Install

npm install node-webhooker -g

#Commands

webhooker repository add [repository remote full name] - add cwd for listening on webhooks from repository remote full name

webhooker repository remove [repository remote full name] - remove repository remote full name from listening for webhooks

webhooker server start --port [port] - start webhooker server on port (default is 8082)

#Usage

  • Place deploy.sh with deployment script in project root directory. Script will be run with branch as first parameter.
  • Run webhooker repository add [repository remote full name] in project root directory
  • Start server with webhooker server start --port [port] command
  • Set http(s)://[host/ip]:[port]/push as webhook url
0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago