Skip to content

Liquid-JS/random-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b67a85f · Jan 12, 2025

History

16 Commits
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Oct 23, 2019
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025

Repository files navigation

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