1.0.1 • Published 3 years ago

egg-substrate v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

egg-substrate

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

Install

$ npm i egg-substrate --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT