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
- Host: GitHub
- URL: https://github.com/ryelle/zip-project
- Owner: ryelle
- Created: 2018-01-24T23:16:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T20:05:48.000Z (over 7 years ago)
- Last Synced: 2025-03-10T18:52:34.027Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]
```