cd-cluster
Version:
A lightweight Continuous Deployment / Continuous Integration platform written in node.
36 lines (22 loc) • 705 B
Markdown
# node-cd-cluster [![NPM version][npm-image]][npm-url]
A lightweight Continuous Deployment / Continuous Integration platform written in node.

## Installation
```sh
npm install cd-cluster -g
```
## Usage
### Slave Side
```sh
cd-slave start [options] [port=8081]
```
Options:
-h, --help output usage information
-t, --token [token] a token used to verify requests
### Master Side
```sh
cd-master start [port=8080]
```
Visit `http://hostname:port` and enjoy.
[npm-url]: https://npmjs.org/package/cd-cluster
[npm-image]: https://badge.fury.io/js/cd-cluster.svg