randomify
v1.3.2
Published
![Randomify](https://i.imgur.com/SwD2UAY.png)
Downloads
5
Maintainers
Readme
Randomify
Easy-to-use random string generator.
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