yes-no-words
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

yes-no-words

Get yes/no-like words

The lists are just JSON files and can be used anywhere.

Install

npm install yes-no-words

Usage

import yesNoWords from 'yes-no-words';

yesNoWords.yesRandom();
//=> 'Yisss'

API

.yes

Type: string[]

Yes like words.

.no

Type: string[]

No like words.

.all

Type: string[]

Both yes and no like words.

.yesRandom()

Type: Function

Random yes like words.

.noRandom()

Type: Function

Random no like words.

.allRandom()

Type: Function

Random yes or no like words.

CLI

npm install --global yes-no-words
$ yes-no --help

  Examples
    $ yes-no
    Yisss

    $ yes-no --all --type yes
    Absolutely
    Affirmative
    …

  Options
    --all   Get all words instead of a random word
    --type  Type of word: yes|no|all  [Default: all]

Related

Package Sidebar

Install

npm i yes-no-words

Weekly Downloads

3

Version

3.0.0

License

MIT

Unpacked Size

6.69 kB

Total Files

8

Last publish

Collaborators

  • sindresorhus