egg-router-annotations
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

egg-router-annotations

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

Install

$ npm i egg-router-annotations --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-router-annotations

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

47.2 kB

Total Files

26

Last publish

Collaborators

  • ruiliang.li