1.0.1 • Published 6 years ago

pass-fail-messages v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

pass-fail-messages Build Status

Replace boring pass and fail messages with popular movies and tv dialogues.

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

Install

$ npm install --save pass-fail-messages

Usage

const passFailMessages = require('pass-fail-messages');

passFailMessages.passRandom();
//=> 'The force is strong with this one.'

API

.pass

Type: array

Pass message.

.fail

Type: array

Fail message.

.all

Type: array

Both pass and fail messages.

.passRandom()

Type: function

Random pass message.

.failRandom()

Type: function

Random fail message.

.allRandom()

Type: function

Random pass or fail message.

CLI

$ npm install --global pass-fail-messages
$ pass-fail --help

  Examples
    $ pass-fail
    The force is strong with this one.

    $ pass-fail --all --type pass
    A hero can be anyone.
    GGGGGGGGGiddy-up!
    ...

  Options
    --all   Get all messages instead of a random message
    --type  Type of message: pass|fail|all  Default: all

Related

License

MIT © Dutiyesh Salunkhe