项目作者: Lanfei

项目描述 :
A lightweight Continuous Deployment / Continuous Integration platform written in node.
高级语言: JavaScript
项目地址: git://github.com/Lanfei/node-cd-cluster.git
创建时间: 2016-07-11T11:17:45Z
项目社区:https://github.com/Lanfei/node-cd-cluster

开源协议:MIT License

下载


node-cd-cluster NPM version

A lightweight Continuous Deployment / Continuous Integration platform written in node.

cd-cluster

Installation

  1. npm install cd-cluster -g

Usage

Slave Side

  1. cd-slave start [options] [port=8081]

Options:

  1. -h, --help output usage information
  2. -t, --token [token] a token used to verify requests

Master Side

  1. cd-master start [port=8080]

Visit http://hostname:port and enjoy.