/node-confmanager

Primary LanguageJavaScriptISC LicenseISC

node-confmanager

A configuration manager

Build status Coverage status Dependency status Dev dependency status Issues Pull requests

Installation

$ npm install node-confmanager

Features

  • All the features of the node-containerpattern package
  • clone data in "get" action to avoid unwanted changes
  • Saving the data in a JSON file
  • Load the data from this JSON file and/or commandline
  • access to the data with shortcuts in commandline

Doc

Inheritance

check the official 'node-containerpattern' object documentation

Content

check the TypeScript definition file

Examples

check the TypeScript compilation tests

Run

node mysoft.js -d
node mysoft.js --debug # if "skeleton" is defined as a boolean
node mysoft.js --debug "true"
node mysoft.js --debug "yes"
node mysoft.js --debug "y"

Tests

$ npm run-script tests

License

ISC