awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesVersion Aliases

Custom name mappings that resolve to specific tool versions to avoid hardcoding version numbers.

Distinct from Toolchain Versioning: Distinct from Toolchain Versioning as it specifically focuses on the mapping of aliases (like 'stable') to versions, not the versioning system itself.

Explore 4 awesome GitHub repositories matching development tools & productivity · Version Aliases. Refine with filters or upvote what's useful.

Awesome Version Aliases GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • creationix/nvmالصورة الرمزية لـ creationix

    creationix/nvm

    93,948عرض على GitHub↗

    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

    Allows creating custom aliases (like 'lts/iron') to simplify referencing specific runtime versions.

    Shell
    عرض على GitHub↗93,948
  • jenv/jenvالصورة الرمزية لـ jenv

    jenv/jenv

    6,621عرض على GitHub↗

    Manage your Java environment

    Sets the default Java version for the entire system by updating the JAVA_HOME environment variable.

    Shell
    عرض على GitHub↗6,621
  • claudiajs/claudiaالصورة الرمزية لـ claudiajs

    claudiajs/claudia

    3,885عرض على GitHub↗

    Claudia هي أداة سطر أوامر وإطار عمل مصمم لأتمتة حزم، وتوجيه، ونشر تطبيقات Node.js في بيئات السحابة بدون خادم (serverless). تعمل كواجهة لإدارة دورة الحياة الكاملة لخدمات الواجهة الخلفية، حيث تتعامل مع ترجمة كود التطبيق إلى وظائف سحابية قابلة للتنفيذ وبوابات شبكة مدارة. تتميز الأداة بتجريد مهام البنية التحتية المعقدة، مما يسمح للمطورين بتحديد مسارات الويب والواجهات الحوارية مباشرة داخل الكود المصدري الخاص بهم. وهي تؤتمت توفير موارد السحابة، بما في ذلك تكوين قواعد الوصول الأمني، والتسجيل، والإعدادات الخاصة بالبيئة، مما يضمن بقاء حالات البنية التحتية متسقة وقابلة للتكرار عبر عمليات النشر. بالإضافة إلى النشر الأساسي، يوفر المشروع قدرات لإدارة متغيرات البيئة والأسرار، بالإضافة إلى تكوين مشغلات قائمة على الأحداث لواجهات برمجة تطبيقات الويب وروبوتات الدردشة. يتم توزيعها كواجهة سطر أوامر تدير تجميع التبعيات والتسليم اللاحق لهذه القطع البرمجية إلى خدمات الاستضافة السحابية.

    Creates and updates version aliases to isolate production, development, and testing environments.

    JavaScript
    عرض على GitHub↗3,885
  • moonrepo/moonالصورة الرمزية لـ moonrepo

    moonrepo/moon

    3,687عرض على GitHub↗

    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.

    Implements custom naming aliases that map to specific tool versions for easier configuration management.

    Rustbuild-systembuild-toolbun
    عرض على GitHub↗3,687
  1. Home
  2. Development Tools & Productivity
  3. Project Version Managers
  4. Toolchain Versioning
  5. Version Aliases

استكشف الوسوم الفرعية

  • Deployment Environment AliasesCustom name mappings used to isolate production, development, and testing environments. **Distinct from Version Aliases:** Applies to deployment environments rather than local development toolchain versions
  • Java1 وسم فرعيManages symbolic links and custom name mappings for Java version names to simplify version switching. **Distinct from Version Aliases:** Distinct from Version Aliases: specifically manages aliases for Java versions via symlinks, not general toolchain version mappings.