Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

awamwang/egg-uniqid

Repository files navigation

egg-uniqid

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

Install

$ npm i egg-uniqid --save

Usage

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

see uniqid for more detail.

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

uniqid for egg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published