1.0.0 • Published 6 years ago

naked-gun-quotes v1.0.0

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

Naked Gun Quotes

Build Status Coverage Status Dependency Status NPM version

The best quotes from The Naked Gun movies.

Command Line

Install

Install this globally and you'll have access to the naked-gun-quotes command anywhere on your system.

npm i naked-gun-quotes -g

Usage

naked-gun-quotes
Usage: naked-gun-quotes [options]

Options:
  -r, --random   Random quotes
  -a, --all      All quotes
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

API

Install

npm i naked-gun-quotes --save

Usage

var nakedGunQuotes = require('naked-gun-quotes');

nakedGunQuotes.random();
//=> 'Hey!! It's Enrico Palazzo!'

.all

Type: array

Get all quotes.

.random()

Type: function

Random quote.

Screenshot

command line screenshot

License

The MIT License (MIT)

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago