folder-zippy
v1.0.0
Published
A CLI utility to zip folders easily.
Maintainers
Readme
Folder Zipper 📂
A simple, professional CLI utility to zip folders into .zip files easily.
Features
- 🚀 CLI Command: Easily zip folders from your terminal.
- 📄 Auto-generation: Creates a
folder-zippy.jshelper script in your current directory on first run. - 🎨 Rich UI: Beautiful terminal output using
chalk. - ✅ Validation: Ensures paths exist and are directories before zipping.
- 📦 Reliable: Built on top of the industry-standard
archiverlibrary.
Installation
npm install -g folder-zippyUsage
Simply run the command in any directory:
folder-zippyOn the first run, it will:
- Generate a
folder-zippy.jsfile (if not already present). - Prompt you for the folder you want to zip.
- Compress it into a
.zipfile named after the folder.
License
MIT
