@liquid-js/random-codes
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

Random codes

GitHub license npm scope

Generate random codes using Node's crypto library.

Installation

npm install @liquid-js/random-codes

API Documentation

https://liquid-js.github.io/random-codes/

Usage

random-codes generate [length] [count]

Programmatic usage

import { generator } from '@liquid-js/random-codes'

const codes = generator({
    count: 50,
    length: 7
})

License

GPL-3.0 license

Package Sidebar

Install

npm i @liquid-js/random-codes

Weekly Downloads

6

Version

1.2.3

License

GPL-3.0

Unpacked Size

45.3 kB

Total Files

12

Last publish

Collaborators

  • hitko