Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

random-syllable

mock-end60.8kMIT1.0.1

Return a semi-speakable syllable, 2 or 3 letters.

syllable, lorem, random, randomly, randomize, chance, test, dice, mock

readme

random-syllable

Return a semi-speakable syllable, 2 or 3 letters.

MIT License

build:? coverage:?

Install

$ npm install --save random-syllable

Usage

var randomSyllable = require('random-syllable');

// API
// - randomSyllable([options]);

// options
// - length


randomSyllable();
// => fop

randomSyllable({ length: 2 });
// => ji
  • random-lorem - Return a semi-pronounceable random (nonsense) word.
  • random-title - Return a random title populated by semi-pronounceable random (nonsense) words.
  • random-sentence - Return a random sentence populated by semi-pronounceable random (nonsense) words.
  • random-paragraph - Return a random paragraph generated from sentences populated by semi-pronounceable random (nonsense) words.

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.