naked-gun-quotes

1.0.0 • Public • Published

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)

Dependencies (1)

Dev Dependencies (5)

Package Sidebar

Install

npm i naked-gun-quotes

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

111 kB

Total Files

14

Last publish

Collaborators

  • earlhacker