# random-syllable

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

Latest version **1.0.1** (published 2016-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install random-syllable
pnpm add random-syllable
yarn add random-syllable
bun add random-syllable
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-04-25 |
| First published | 2016-04-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bubkoo |
| Maintainers | bubkoo |
| Keywords | syllable, lorem, random, randomly, randomize, chance, test, dice, mock |

## Links

- npm: https://www.npmjs.com/package/random-syllable
- Repository: https://github.com/mock-end/random-syllable
- Homepage: https://github.com/mock-end/random-syllable#readme
- Issues: https://github.com/mock-end/random-syllable/issues
- npm.io page: https://npm.io/package/random-syllable

## Dependencies (5)

- [clamp](https://npm.io/package/clamp.md) ^1.0.1
- [is-object](https://npm.io/package/is-object.md) ^1.0.1
- [to-integer](https://npm.io/package/to-integer.md) ^1.0.1
- [random-char](https://npm.io/package/random-char.md) ^1.0.4
- [random-natural](https://npm.io/package/random-natural.md) ^1.0.3

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-04-25
- 1.0.0 — 2016-04-24
- 0.0.0 — 2016-04-24

## README

# random-syllable

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


[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/mock-end/random-syllable/blob/master/LICENSE)

[![build:?](https://img.shields.io/travis/mock-end/random-syllable/master.svg?style=flat-square)](https://travis-ci.org/mock-end/random-syllable)
[![coverage:?](https://img.shields.io/coveralls/mock-end/random-syllable/master.svg?style=flat-square)](https://coveralls.io/github/mock-end/random-syllable)


## Install

```
$ npm install --save random-syllable
```

## Usage

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

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

// options
// - length


randomSyllable();
// => fop

randomSyllable({ length: 2 });
// => ji
```

## Related

- [random-lorem](https://github.com/mock-end/random-lorem) - Return a semi-pronounceable random (nonsense) word.
- [random-title](https://github.com/mock-end/random-title) - Return a random title populated by semi-pronounceable random (nonsense) words.
- [random-sentence](https://github.com/mock-end/random-sentence) - Return a random sentence populated by semi-pronounceable random (nonsense) words.
- [random-paragraph](https://github.com/mock-end/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](https://github.com/mock-end/random-syllable/issues/new).

---
_Source: https://npm.io/package/random-syllable · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
