pass-fail-messages

1.0.1 • Public • Published

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

/pass-fail-messages/

    Package Sidebar

    Install

    npm i pass-fail-messages

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    6.72 kB

    Total Files

    7

    Last publish

    Collaborators

    • dutiyesh