JSPM

smart-generator

1.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q23073F
    • License MIT

    Smart Generator is what it sound like. A smart generator that let's you generate licenses keys and id's quick and simple

    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-generator

    Usage

    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()
    

    License

    MIT