movie-draft-cli
v0.1.2
Published
Get the data of a list of Box Office Mojo's movies through the command-line
Downloads
5
Maintainers
Readme
movie-draft-cli
Get the data of a list of Box Office Mojo's movies through the command-line.
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