README
egg-yml-config
Install
$ npm i egg-yml-config --save
Usage
// {app_root}/config/plugin.js
exports.ymlConfig = {
enable: true,
package: 'egg-yml-config',
};
Configuration
// {app_root}/config/config.default.js
exports.ymlConfig = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.