egg-property-validator

1.0.1 • Public • Published

egg-property-validator

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

Install

$ npm i egg-property-validator --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-property-validator

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cw.fan