egg-weeds-fs
v1.0.0
Published
weeds file system
Readme
egg-weeds-fs
Install
$ npm i egg-weeds-fs --saveUsage
// {app_root}/config/plugin.js
exports.weedsFs = {
enable: true,
package: 'egg-weeds-fs',
};Configuration
// {app_root}/config/config.default.js
exports.weedsFs = {
host: '127.0.0.1:2345'
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
