egg-uuid-int

2.0.2 • Public • Published

egg-uuid-int

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

Install

$ npm i egg-uuid-int --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.uuint = {
  id: 0, // 0-511
  seed: 156015570 // a time
};

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

Example

const uuid = app.uuint.uuid(); // a int uuid

License

MIT

Package Sidebar

Install

npm i egg-uuid-int

Weekly Downloads

6

Version

2.0.2

License

MIT

Unpacked Size

6.95 kB

Total Files

7

Last publish

Collaborators

  • wbget