Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 950 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 950 Bytes

nci projects reloader

On disk changes projects reloader for nci for nci.

Npm version Build Status Known Vulnerabilities

Node.js compatibility

This plugin requires node.js >= 10 to work.

Installation

npm install nci-projects-reloader

Usage

To enable add this plugin to the plugins section at server config:

{
    "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.