randomify
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Randomify

Randomify

Easy-to-use random string generator. Version CodeFactor Issues

Features

  • Simple template tag for generating random strings.
  • Utility functions for generating more random strings.
  • No dependencies! Very lightweight.

Installing

  • NPM: npm install randomify
  • Yarn: yarn add randomify

Usage

const { random } = require("randomify");
console.log(random`Hello ${["sir", "ma'am"]}, I would like a ${["cheeseburger", "drink", "pizza", "job"]}.`)

Documentation

View the documentation here

Dependents (0)

Package Sidebar

Install

npm i randomify

Weekly Downloads

1

Version

1.3.2

License

GPL-3.0

Unpacked Size

154 kB

Total Files

15

Last publish

Collaborators

  • williamjs