I Built a Code Packaging Tool! with ElectronJS
tool | 2021-07-20
🚀 Purpose of the App
A lightweight utility to quickly pull delta files based on Git commits and package them into a destination folder. Great for developers working in environments requiring only changed files for deployment.
✅ Pre-requisites
- Git is installed and added to your environment path
- You follow proper Git branching practices
- Your Git repository is clean and well-maintained (no junk files)
⚙️ How It Works
-
Run the application
-
Select folders
- Destination Folder: Where the delta files will be saved
- Repository Folder: Path to the Git repository
-
Branches auto-populate when you select a repository
-
Click Check Out to see a list of Git commits from the current branch.
-
Click Generate to fetch delta files (changed files between selected commits) into your destination folder.
-
The app remembers your last selection, so it's quicker next time you open it.