edp-config

1.0.2 • Public • Published

edp-config

Build Status Dependencies Status

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.

  • name {string}

set( name, value )

Set configuration item.

  • name {string}
  • value {JSON}

Readme

Keywords

none

Package Sidebar

Install

npm i edp-config

Weekly Downloads

319

Version

1.0.2

License

none

Last publish

Collaborators

  • ecomfe-core