0.3.0 • Published 4 years ago

friendly-word-slug v0.3.0

Weekly downloads
2
License
Apache
Repository
github
Last release
4 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

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago