3.0.0 • Published 3 years ago

startrek v3.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

StarTrek

startrek is a Node.js module to insert inspiring StarTrek quotes into a site/application or use within command-line.

It also works with command-line.

To install this package, save it as a dependency in package.json file:

npm install startrek --save

Require the module in your Node.js application:

var startrek = require('startrek');

To insert a random quote:

console.log(startrek());
// "Live long and prosper..."

Command Line

startrek can be used in the command line.

Install the package globally using npm:

npm install startrek -g
3.0.0

3 years ago

420.1.0

3 years ago

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago