1.3.2 • Published 4 years ago

randomify v1.3.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

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

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

8 years ago