node-cd-cluster
A lightweight Continuous Deployment / Continuous Integration platform written in node.
Installation
npm install cd-cluster -g
Usage
Slave Side
cd-slave start [options] [port=8081]
Options:
-h, --help output usage information
-t, --token [token] a token used to verify requests
Master Side
cd-master start [port=8080]
Visit http://hostname:port
and enjoy.