3.0.0 • Published 2 years ago

startrek v3.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
2 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

2 years ago

420.1.0

2 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago