egg-plugin-hello
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

egg-hello

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

Install

$ npm i egg-hello --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.hello = {}

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Publish

npm login
npm publish

Package Sidebar

Install

npm i egg-plugin-hello

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

5.11 kB

Total Files

6

Last publish

Collaborators

  • coderyzj