0.1.2 • Published 10 years ago
movie-draft-cli v0.1.2
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-cliUsage
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.jsGiven a example2.json:
[ "pulpfiction.htm", "returnoftheking.htm" ];You would run:
movie-draft example2.jsonLicense
MIT © Alejandro Beltrán