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

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

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

2 مستودعات

Awesome GitHub RepositoriesSnippet Version Managers

Tools that manage version synchronization between code snippets and installed component libraries.

Distinct from Project Version Managers: Distinct from general project version managers: specifically handles snippet-to-library version matching.

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

Awesome Snippet Version Managers GitHub Repositories

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

    gluestack/gluestack-ui

    4,931عرض على GitHub↗

    gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve

    Detects project type and allows manual version selection to keep code snippets in sync with the installed component version.

    TypeScriptaccessibilitycomponent-librarycustomizable-components
    عرض على GitHub↗4,931
  • jsbin/jsbinالصورة الرمزية لـ jsbin

    jsbin/jsbin

    4,421عرض على GitHub↗

    JSBin هو ملعب JavaScript تعاوني وصندوق رمل (sandbox) للواجهة الأمامية عبر الإنترنت لكتابة وتنفيذ وتصحيح كود الويب. يوفر محرراً للكود في الوقت الفعلي وبيئة متكاملة تعرض HTML و CSS و JavaScript فوراً مع معاينة حية. تم تصميم المنصة لعروض البرمجة الحية والبرمجة الزوجية، وتتميز ببيئة بث تنقل ضغطات المفاتيح وتغييرات الكود إلى مستخدمين آخرين فوراً. تدعم المزامنة في الوقت الفعلي لمطورين متعددين من خلال جلسات حية مشتركة وتتضمن أداة تحويل (transpilation) لتحويل لغات البرمجة البديلة إلى تنسيقات ويب قياسية لتنفيذ المتصفح. تشمل القدرات الإضافية تصحيح أخطاء JavaScript عن بُعد، وفحص طلبات الشبكة، والقدرة على بث المخرجات المعروضة إلى أجهزة خارجية للاختبار متعدد المنصات. يدعم النظام أيضاً تشعيب المقتطفات (snippet forking) لإدارة الإصدارات ويوفر خيارات لتصدير حالات المشروع إلى مزودي استضافة خارجيين.

    Provides a versioning system that creates independent copies of existing snippets to track changes.

    JavaScript
    عرض على GitHub↗4,421
  1. Home
  2. Development Tools & Productivity
  3. Project Version Managers
  4. Snippet Version Managers

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

  • Snippet ForkingCreating independent copies of existing code snippets to track iterations and maintain project hierarchies. **Distinct from Snippet Version Managers:** Distinct from Snippet Version Managers: creates independent forks for divergent development rather than managing library synchronization.