![Randomify](https://i.imgur.com/SwD2UAY.png)


Keywords
random, randomify, string, generator, template, generate
License
GPL-3.0
Install
npm install randomify@1.3.2

Documentation

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