srcpack
srcpack is a blazing fast CLI tool to pack source code into a ZIP file, automatically respecting .gitignore rules.
It helps you back up or share your code without manually excluding node_modules, target, or .git folders.
Installation
Usage
Run inside your project directory:
Options
# Pack a specific directory
# Specify output filename
# Manually exclude specific patterns (in addition to .gitignore)
# Compression Levels
# Analyze mode: Dry run to list files without zipping
# Analyze mode + Top files: Find the largest space consumers