edp-config
1.0.2 • Public • Published edp-config

Package for edp configuration.
Usage
var edpConfig = require( 'edp-config' );
edpConfig.set( 'user.name', yourname );
edpConfig.get( 'user.name' );
API
all()
Get all configuration items.
get( name )
Get configuration item.
set( name, value )
Set configuration item.
name
{string}
value
{JSON}
Keywords
noneInstall
npm i edp-config
Weekly Downloads