XcodesApp is a management utility for controlling Apple development toolsets. It serves as a version manager and runtime installer used to download, install, and switch between multiple versions of Xcode and their associated platform runtimes. The tool provides a way to browse available versions, release notes, and system compatibility requirements from official release channels. It utilizes accelerated connections to download specific versions of the development environment and its corresponding operating system runtimes and hardware variants. Users can assign a specific installed version a
Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.
nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems. The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime. The project covers broader capabilities including runtime management throug
xcodes هي أداة سطر أوامر لإدارة سلسلة أدوات macOS، مصممة خصيصاً لتثبيت وإدارة إصدارات متعددة من Xcode. تقوم الأداة بأتمتة عملية اكتشاف الإصدارات المتاحة، وتنزيل إصدارات محددة من بيئة التطوير، وتهيئة بيئات تشغيل الأجهزة المرتبطة.
الميزات الرئيسية لـ xcodesorg/xcodes هي: Toolchain Administration, iOS Workflow Automations, API-Based Version Resolution, IDE Version Management, Runtime Version Switching, Symbolic Link Managers, IDE Installation Management, Automated Archive Unpacking.
تشمل البدائل مفتوحة المصدر لـ xcodesorg/xcodes: robotsandpencils/xcodesapp — XcodesApp is a management utility for controlling Apple development toolsets. It serves as a version manager and… jenv/jenv — Manage your Java environment. moonrepo/moon — Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It… lra/mackup — Mackup is a dotfile backup manager and application settings backup tool designed to keep software configuration files… creationix/nvm — nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and… cytopia/devilbox — Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and…