https://github.com/node-ci/nci-projects-reloader
On disk changes projects reloader for nci
https://github.com/node-ci/nci-projects-reloader
Last synced: 4 months ago
JSON representation
On disk changes projects reloader for nci
- Host: GitHub
- URL: https://github.com/node-ci/nci-projects-reloader
- Owner: node-ci
- License: mit
- Created: 2016-01-08T19:16:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T13:16:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T17:44:05.365Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nci projects reloader
On disk changes projects reloader for nci for [nci](https://github.com/node-ci/nci).
[](https://www.npmjs.org/package/nci-projects-reloader)
[](https://travis-ci.org/node-ci/nci-projects-reloader)
[](https://snyk.io/test/npm/nci-projects-reloader)
## Node.js compatibility
This plugin requires node.js >= 10 to work.
## Installation
```sh
npm install nci-projects-reloader
```
## Usage
To enable add this plugin to the `plugins` section at server config:
```json
{
"plugins": [
"nci-projects-reloader"
]
....
}
```
after that when you change any project config (or add new project) on disk it
will be automatically updated within currently running nci server.