https://github.com/lanfei/node-cd-cluster
A lightweight Continuous Deployment / Continuous Integration platform written in node.
https://github.com/lanfei/node-cd-cluster
continuous-deployment continuous-integration
Last synced: 3 months ago
JSON representation
A lightweight Continuous Deployment / Continuous Integration platform written in node.
- Host: GitHub
- URL: https://github.com/lanfei/node-cd-cluster
- Owner: Lanfei
- License: mit
- Created: 2016-07-11T11:17:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T13:15:06.000Z (over 8 years ago)
- Last Synced: 2024-10-10T09:23:38.469Z (7 months ago)
- Topics: continuous-deployment, continuous-integration
- Language: JavaScript
- Homepage: https://npmjs.org/package/cd-cluster
- Size: 212 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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