Package Exports
- smart-generator
- smart-generator/package.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smart-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Smart Generator
Smart Generator is what it sound like. A smart generator that let's you generate licenses keys and id's quick and simple
Installation
Use the package manager npm to install Smart Generator.
npm install smart-generatorUsage
const smart = require('smart-generator')
//returns an id default length is 24
smart.genId()
//returns a license key in format XXXX-XXXX-XXXX-XXXX
smart.genLicense()