naked-gun-quotes
v1.0.0
Published
The best quotes from The Naked Gun movies
Downloads
6
Maintainers
Readme
Naked Gun Quotes
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
License
The MIT License (MIT)