egg-xconfig

1.0.1 • Public • Published

egg-xconfig

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-xconfig --save

Usage

// {app_root}/config/plugin.js
exports.xconfig = {
  enable: true,
  package: 'egg-xconfig',
};

Configuration

// {app_root}/config/config.default.js
exports.xconfig = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-xconfig

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • quinton.xu