involves-changelog-server
v0.3.0
Published
### Install ```bash $ npm install involves-changelog-server -g ```
Readme
involves-changelog-server
Install
$ npm install involves-changelog-server -gAPI
| Argument | Type | Default Value | Description |
|------------------------|-----------------|---------------|----------------------------------------------------------------------|
| options | Object | {} | Options object. |
| options.port | Number | 3000 | HTTP server port. |
| options.mongourl | String | localhost | MongoDB connection string. |
CLI
$ involves-changelog-server --mongourl=mongodb://localhost:27017/involves-changelog --port=80