An open API service indexing awesome lists of open source software.

https://github.com/ryelle/zip-project

A simple command to zip all files listed in package.json into a .zip
https://github.com/ryelle/zip-project

Last synced: about 1 year ago
JSON representation

A simple command to zip all files listed in package.json into a .zip

Awesome Lists containing this project

README

          

# zip-project

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]
```