project-bin-config
API to manage per project configuration.
It can identify up to three files,
- .local.json
- machines.json
- profiles.json
Install
npm i project-bin-config --save
API
var Config = ; ;
Configuration
Create a .local.json
file on root directory of your project.
Create a machines.json
file on root directory of your project.
Create a profiles.json
file on root directory of your project.