{"id":32535818,"url":"https://github.com/jemishavasoya/dev-cleaner","last_synced_at":"2025-11-03T19:01:40.355Z","repository":{"id":321137037,"uuid":"1084630267","full_name":"jemishavasoya/dev-cleaner","owner":"jemishavasoya","description":"One-click interactive shell script to safely clean and optimize development caches (Xcode, Flutter, Android, npm, IDEs) on macOS and Linux.","archived":false,"fork":false,"pushed_at":"2025-10-28T01:47:24.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-28T02:28:24.944Z","etag":null,"topics":["android","bash","bash-script","cleanup","flutter","gradle","homebrew","linux","macos","opensource","productivity","shellscript","utility","vscode","xcode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jemishavasoya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-28T00:09:32.000Z","updated_at":"2025-10-28T01:47:28.000Z","dependencies_parsed_at":"2025-10-28T02:28:27.881Z","dependency_job_id":"712300ad-cd30-446d-a405-f86a54573e4d","html_url":"https://github.com/jemishavasoya/dev-cleaner","commit_stats":null,"previous_names":["jemishavasoya/dev-cleaner"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jemishavasoya/dev-cleaner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemishavasoya%2Fdev-cleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemishavasoya%2Fdev-cleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemishavasoya%2Fdev-cleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemishavasoya%2Fdev-cleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jemishavasoya","download_url":"https://codeload.github.com/jemishavasoya/dev-cleaner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jemishavasoya%2Fdev-cleaner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282015739,"owners_count":26599672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","bash","bash-script","cleanup","flutter","gradle","homebrew","linux","macos","opensource","productivity","shellscript","utility","vscode","xcode"],"created_at":"2025-10-28T13:01:36.106Z","updated_at":"2025-10-31T16:00:20.300Z","avatar_url":"https://github.com/jemishavasoya.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/jempatellbv"],"categories":[],"sub_categories":[],"readme":"# 🧹 Dev Cleaner Utility\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"YOUR_GITHUB_REPO_LINK\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Status-Active-brightgreen\" alt=\"Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"YOUR_GITHUB_REPO_LINK/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/jemishavasoya/dev-cleaner?style=social\" alt=\"GitHub stars\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./images/Poster.png\" alt=\"new1\" width=\"800\" style=\"border-radius: 8px;\"/\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n## Support Latest macOS/Linux Dev Environments\n\nThis tool is for **educational purposes**, focusing on safely removing development-related junk files (Xcode, Flutter, npm, etc.) to free up disk space.\n\n---\n\n### ✨ Features\n\n* **One-Click Cleanup:** Clear Xcode, Flutter, Gradle, npm, Homebrew, and IDE caches.\n* **Interactive Menu:** Allows selection of specific cleanup targets (e.g., Xcode only).\n* **Multi-platform Support:** Supports **macOS** and **Linux** (shell script).\n\n---\n\n### 💻 System Support\n\n| Operating System | Architecture | Supported |\n| :--------------- | :----------- | :-------- |\n| macOS            | Intel, Apple Silicon | ✅        |\n| Linux            | x64, ARM64   | ✅        |\n| Windows          | N/A          | ❌ (PowerShell script pending) |\n\n---\n\n### 👀 How to Use\n\n#### ⭐ Auto Run Script\n\n**Linux/macOS**\n\nTo download, grant permission, and run the utility in one line:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/jemishavasoya/dev-cleaner/main/dev-cleaner.sh -o dev-cleanup.sh \u0026\u0026 chmod +x dev-cleanup.sh \u0026\u0026 ./dev-cleanup.sh\n```\n### You can also buy me a cup of coffee \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ca href=\"https://www.buymeacoffee.com/jempatellbv\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Tea\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjemishavasoya%2Fdev-cleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjemishavasoya%2Fdev-cleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjemishavasoya%2Fdev-cleaner/lists"}