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