{"id":44866452,"url":"https://github.com/dokuqui/languagerevamp","last_synced_at":"2026-02-17T11:31:39.187Z","repository":{"id":278161737,"uuid":"934689480","full_name":"Dokuqui/LanguageRevamp","owner":"Dokuqui","description":"CLI unified tool to check, update, install programming languages","archived":false,"fork":false,"pushed_at":"2025-04-02T08:41:25.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T17:29:24.200Z","etag":null,"topics":["cli","go","installer","nodejs","programming-language","python","rust","update-checker","updater"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/LanguageRevamp","language":"Rust","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/Dokuqui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-18T08:49:15.000Z","updated_at":"2025-04-02T12:27:48.000Z","dependencies_parsed_at":"2025-02-18T10:50:05.077Z","dependency_job_id":null,"html_url":"https://github.com/Dokuqui/LanguageRevamp","commit_stats":null,"previous_names":["dokuqui/languagerevamp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dokuqui/LanguageRevamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokuqui%2FLanguageRevamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokuqui%2FLanguageRevamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokuqui%2FLanguageRevamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokuqui%2FLanguageRevamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dokuqui","download_url":"https://codeload.github.com/Dokuqui/LanguageRevamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dokuqui%2FLanguageRevamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29542522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","go","installer","nodejs","programming-language","python","rust","update-checker","updater"],"created_at":"2026-02-17T11:31:38.235Z","updated_at":"2026-02-17T11:31:39.177Z","avatar_url":"https://github.com/Dokuqui.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠 Language Revamp\n\n![Rust](https://img.shields.io/badge/Rust-1.56+-orange)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![Crates.io](https://img.shields.io/crates/v/LanguageRevamp.svg)](https://crates.io/crates/LanguageRevamp)\n[![Platform Support](https://img.shields.io/badge/platforms-Windows%20%7C%20Linux%20%7C%20macOS-blueviolet)]()\n[![GitHub Last Commit](https://img.shields.io/github/last-commit/Dokuqui/LanguageRevamp.svg)](https://github.com/Dokuqui/LanguageRevamp/commits/main)\n[![GitHub Code Size](https://img.shields.io/github/languages/code-size/Dokuqui/LanguageRevamp)](https://github.com/Dokuqui/LanguageRevamp)\n\n![LanguageRevamp](https://socialify.git.ci/Dokuqui/LanguageRevamp/image?description=1\u0026font=Source+Code+Pro\u0026forks=1\u0026issues=1\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Floating+Cogs\u0026pulls=1\u0026stargazers=1\u0026theme=Auto)\n\n**Language Revamp** is a cross-platform CLI tool for managing programming language installations and updates.  \nCurrently, it supports **Go**, **Rust**, and **Python** with commands to **check**, **update**, and **install** these languages.\n\n## 🚀 Features\n\n- ✅ **Check** installed versions of Go, Rust, and Python.\n- 🔄 **Update** existing installations to the latest version.\n- 📦 **Install** missing languages if not detected.\n- 🖥️ Supports **Windows** and **Linux (Debian, Ubuntu, WSL)**, also should work on **MacOS**.\n\n## 🛑\n\n- **JAVA** functionality not yet fully tested.\n\n## 📥 Installation (Local Development)\n\nTo use **Language Revamp** locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/Dokuqui/LanguageRevamp.git\n   cd LanguageRevamp\n   ```\n2. **Build the project**:\n    ```bash\n   cargo build\n    ```\n3. **Run the project**:\n    ```bash\n   cargo run -- \u003clanguage\u003e \u003ccommand\u003e\n    ```\n   \n    **Example**:\n    ```bash\n   cargo run -- python --check\n    ```\n\n## 🔧 Install from Crates.io (After Publishing)\nOnce **Language Revamp** is published, you will be able to install it using:\n\n#### **Cargo**\n```bash\n    cargo install language-revamp\n```\n\n## 🏗️ Download Pre-built Binaries (After Release)\n\n1. **Download the Correct Binary for Your OS**:\n    - **Windows**: `language-revamp-windows.exe`\n    - **Linux**: `language-revamp-linux`\n\n2. **Move the Binary to a System Path**:\n   Use the following commands to move the binary and make it executable (for Linux):\n\n   ```bash\n   mv language-revamp-linux /usr/local/bin/language-revamp\n   chmod +x /usr/local/bin/language-revamp\n   ```\n   \n3. **Verify installation**:\n   ```bash\n   language-revamp --help\n   ```\n   \n4. **📌 Windows Users**:\n   Move the .exe to a folder included in your PATH, or manually add it to the PATH variable.\n\n🛠 Commands and Usage after Install\n---------------------\n\n### 🔍 Check Installed Versions\n\nCheck if a language is installed and its current version.\n```bash\n    language-revamp \u003clanguage\u003e --check\n```\n\n**Example**:\n```bash\n    language-revamp go --check\n```\n\n### 📦 Install a Language\n\nInstall the selected language if not found on the system.\n```bash\n    language-revamp \u003clanguage\u003e --install\n```\n\n**Example**:\n```bash\n    language-revamp rust --install\n```\n\n### 🔄 Update a Language\n\nUpdate the selected language to the latest version.\n```bash\n    language-revamp \u003clanguage\u003e --update\n```\n\nExample:\n```bash\n    language-revamp python --update\n```\n\n🔧 Supported Languages\n----------------------\n\n| Language    | Check | Install | Update |\n|-------------| --- | --- | --- |\n| **Go**      | ✅ | ✅ | ✅ |\n| **Rust**    | ✅ | ✅ | ✅ |\n| **Python**  | ✅ | ✅ | ✅ |\n| **Node JS** | ✅ | ✅ | ✅ |\n| **JAVA**    | ✅ | ✅ | ✅ |\n\n🚀 Future Installation Methods (Planned)\n----------------------\n\nWe aim to make Language Revamp easier to install by supporting:\n\n- **Windows**: **scoop** or **winget**\n- **MacOS**: **brew**\n- **Linux**: **.deb** and **.rpm** packages\n\n📝 Roadmap\n----------------------\n\n- 📌 Add support for more languages.\n- 📦 Improve error handling and logging.\n- 🚀 Publish as a standalone executable.\n- 📜 Add detailed documentation and examples.\n\n👨‍💻 Contributing\n----------------------\nPull requests are welcome! If you find a bug or want to request a feature, open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokuqui%2Flanguagerevamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdokuqui%2Flanguagerevamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdokuqui%2Flanguagerevamp/lists"}