Skip to content

Jeff Goldblum text placeholder generator of pure amazingness. (original by @seanehalpin)

License

Notifications You must be signed in to change notification settings

christophervoigt/jeffsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

457ce9d · Aug 16, 2024

History

21 Commits
Aug 16, 2024
Aug 21, 2021
Dec 10, 2023
Dec 23, 2018
Aug 21, 2021
Dec 23, 2018
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021

Repository files navigation

jeffsum

Jeff Goldblum text placeholder generator of pure amazingness. (original by @seanehalpin)

Build Status dependencies Status NPM Version NPM Downloads

Install

npm install jeffsum -D

Usage

import jeffsum from 'jeffsum'

// jeffsum(number, textType)
const characters = jeffsum(5, 'characters');
const words = jeffsum(5, 'words');
const sentences = jeffsum(5, 'sentences');

number - The amount of amazingness you want to receive. This should be a number greater than 0.

textType - Possible options are 'characters', 'words', 'sentences'. (defaults to 'sentences')

Licence

Original idea by @seanehalpin.

This library was written by Christopher Voigt and is licensed under MIT.