A simple command to zip all files listed in package.json into a .zip
Usage: index.js [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--path Path to your project, defaults to current dir.
[default: "/Users/ryelle/Projects/JavaScript/zip-project"]
--output Path to save the zip file, defaults to current dir.
[default: "/Users/ryelle/Projects/JavaScript/zip-project"]
--debug, -v Output which files are added to the zip during build. [boolean]