@rxpm/zipper
v1.0.0
Published
Simple file archive utility
Downloads
4
Readme
Zipper 🗃
Basic file archiving utility.
Requirements
Installation
Install Zipper globally on your system.
npm i -g @rxpm/zipper
Usage
Generate a ZIP archive with default options.
zipper
Exclude specific files or directories by using the --exclude
or -e
flag.
zipper --exclude node_modules build .env
Customize the output file name by using the --outfile
or -o
flag.
zipper --outfile node-app.zip
For more information or inquiries, please contact the project owner: Rajat ([email protected])