# node-cd-cluster **Repository Path**: lanfei/cd-cluster ## Basic Information - **Project Name**: node-cd-cluster - **Description**: 一个轻量级的 Node 持续部署/持续集成系统。 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: https://npmjs.org/package/cd-cluster - **GVP Project**: No ## Statistics - **Stars**: 27 - **Forks**: 9 - **Created**: 2016-07-11 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: ci **Tags**: None ## README # node-cd-cluster [![NPM version][npm-image]][npm-url] A lightweight Continuous Deployment / Continuous Integration platform written in node. ![cd-cluster](https://cloud.githubusercontent.com/assets/2156642/16941742/9c2c3242-4dc4-11e6-8286-906d9a93d2f6.jpg) ## 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