1.0.11 • Published 3 years ago

lib-idgen v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

What is albertId library?

It is an albert Id generation library, which generates sequential id for a category from input.

Installation

Node.js

lib-albertid is available on npm. To install it, type:

$ npm install --save-dev @moleculeengineering/lib-albertid

Usage

Import the library in your code, and then pick generate to generate token:

Pre-Native Modules Usage (as local variables)

const AlbertId = require("@moleculeengineering/lib-albertid");
let albertId = await AlbertId.generate(tenantId, entity, categoryId)

Related Projects

api-company (https://github.com/MoleculeEngineering/api-company) api-inventory (https://github.com/MoleculeEngineering/api-inventory)

Contributors

Geetha Selvaraj

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago