Skip to content

v1.1.0 - Initial Stable Release

Choose a tag to compare

@Bxat01 Bxat01 released this 25 Apr 12:58
· 5 commits to main since this release
9093229

🚀 RepoPrep v1.1.0 - Professional Project Cleaner
This is the first stable release of RepoPrep, a lightweight and powerful tool designed to help developers clean and prepare their software projects for sharing, backup, or distribution by removing unnecessary bloat.

✨ Key Features
Smart Cleaning: Automatically removes bulky directories like node_modules, venv, and .git.

Multi-Language Support: Detects Python, Node.js, Java, Go, Rust, and more.

High Performance: Optimized to handle massive projects with over 100,000+ files.

Safe Execution: Designed to target only build artifacts and caches—never touches your source code.

Detailed Logging: Clear feedback on every file processed.

💻 Installation & Usage
Option A: Portable Executable (Recommended for Windows)
Download RepoPrep.exe from the Assets below.

Run the file directly. No Python installation required.

Option B: Run from Source
Ensure you have Python 3.10+ installed.

Install dependencies: pip install -r requirements.txt.

Run the app: python main.py or use the included run.bat.

  1. Executable Asset Info (What to write for the EXE)
    When you upload your EXE file (generated via PyInstaller) to the Assets section, use these details:

File Name: RepoPrep_v1.1.0_x64.exe

Label/Description: > Standalone Windows Executable – Run RepoPrep instantly without needing Python or external libraries.

  1. Updated run.bat (English Version)
    Since you are releasing v1.1.0, I’ve updated the text in your batch script to match: