1.0.0 • Published 4 years ago

egg-weeds-fs v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

egg-weeds-fs

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

Install

$ npm i egg-weeds-fs --save

Usage

// {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.

License

MIT