0.1.2 • Published 9 years ago

movie-draft-cli v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

movie-draft-cli

Get the data of a list of Box Office Mojo's movies through the command-line.

npm version Build Status Test Coverage

Install

npm install --global movie-draft-cli

Usage

Get the data of a list of Box Office Mojo's movies through the command-line.

Specify a file to read as an argument. It has to be a (CommonJS) .js file or a .json file.

The contents of the file should be the same you pass into the movie-draft package.

Examples

Given a example1.js:

module.exports = [ "pulpfiction.htm", "returnoftheking.htm" ];

You would run:

movie-draft example1.js

Given a example2.json:

[ "pulpfiction.htm", "returnoftheking.htm" ];

You would run:

movie-draft example2.json

License

MIT © Alejandro Beltrán