0.3.0 • Published 5 years ago

friendly-word-slug v0.3.0

Weekly downloads
2
License
Apache
Repository
github
Last release
5 years ago

Friendly Word Slugs 🐌

Installation: npm i friendly-word-slug

Usage: randomWords()

  • Returns a random word

randomWords(number, format)

NOTE: Acceptable formats include "camelCase" "snakeCase" and "kebabCase"

  • returns number random words formatted using the format scheme
number: how many words to return

format: what format to put them in

Example Usage :

randomWords()
//goose

randomWords(3, "camelCase")
//gooseAppleCar
0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago