# edp-config **Repository Path**: cloud-computing-and-big-data/edp-config ## Basic Information - **Project Name**: edp-config - **Description**: No description available - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # edp-config [![Build Status](https://travis-ci.org/ecomfe/edp-config.png?branch=1.0.0-dev)](https://travis-ci.org/ecomfe/edp-config) [![Dependencies Status](https://david-dm.org/ecomfe/edp-config.png)](https://david-dm.org/ecomfe/edp-config) Package for edp configuration. ## Usage ```javascript 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}