RepoPrep Pro v1.0.0 - Initial Release π
Pre-release
Pre-release
·
2 commits
to main
since this release
RepoPrep Pro v1.0.0 π
π What's New
- Initial Release: First public version of RepoPrep Pro
- Windows Support: Works on Windows 10 & 11 (64-bit)
- Portable: No installation required
β¨ Features
β
Project Cleaning: Remove unnecessary files automatically
β
Smart Detection: Skips .git, node_modules, cache folders
β
GUI Interface: User-friendly Windows application
β
Taskbar Icon: Proper Windows taskbar integration
β
No Console: Runs without command window
β
Fast Processing: Quick project scanning and copying
π¦ Download
RepoPrep_Pro_v1.0.0.exe (45.5 MB)
System Requirements:
- Windows 10 or 11 (64-bit)
- 4 GB RAM minimum
- 50 MB free disk space
π How to Use
- Download the
.exefile above - Run
RepoPrep_Pro_v1.0.0.exe - Select source project folder
- Choose destination for clean copy
- Click "Clean & Copy"
- Done! Your clean project is ready
β οΈ Windows Security Notice
Since this is an unsigned executable, Windows Defender/SmartScreen might show a warning. This is normal for open-source projects.
If you see a warning:
- Click "More info"
- Click "Run anyway"
- The application is 100% safe and open-source
π Files Included
| File | Size | Description |
|---|---|---|
RepoPrep_Pro_v1.0.0.exe |
15.2 MB | Main executable (portable) |
π§ For Developers
Want to build from source? Check the README.md for instructions.
# Build from source
pip install PySide6 pyinstaller
pyinstaller --onefile --windowed --name RepoPrep main.py
**Full Changelog**: https://github.com/bxat01sec-dev/RepoPrep/compare/RepoPrepV1.0.0...RepoPrepV1.0.0