node-ci / nci-projects-reloader

On disk changes projects reloader for nci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

On disk changes projects reloader for nci

License:MIT License


Languages

Language:JavaScript 100.0%