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

Package detail

exclamation

terkelg8MIT0.1.0

Holy guacamole, random Robin exclamation catch-phrases

robin, cli, random, exclamation, list

readme

exclamation

Holy here we go again, random Robin exclamation catch-phrases

Robin of the 1960s Batman TV series is noted for his many catch-phrase "Holy..." exclamations.

Install

$ npm install exclamation

Usage

const exclamations = require('exclamation');

exclamations.random();
//=> 'Holy Alps'

API

all

Type: array

367 Robin exclamations in alphabetical order.

random()

Type: function

Random Robin exclamations.

CLI

$ npm install --global exclamation
$ exclamation --help

    Examples
        $ exclamation
            Holy Alps

        $ exclamation --all
            Holy Agility
            Holy Almost
            ...

    Options
        --all   Get all exclamations instead of a random one

License

MIT License @ Terkel Gjervig