project-configurator
v1.0.4-a
Published
Project configurator module
Readme
Project Configurator
Project configurator for NodeJS Server
How to?
Install
npm i project-configurator -s
Use
setConfig('config.key', value)) - Set the value/object into the ./configurator/conf.json filegetConfig('config.key')) - Get the value/object from the ./configurator/conf.json file
