awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gluestack/gluestack-uiAvatar de gluestack

    gluestack/gluestack-ui

    4,931Voir sur 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
    Voir sur GitHub↗4,931
  • jsbin/jsbinAvatar de jsbin

    jsbin/jsbin

    4,421Voir sur GitHub↗

    JSBin is a collaborative JavaScript playground and online frontend sandbox for writing, executing, and debugging web code. It provides a real-time code editor and an integrated environment that instantly renders HTML, CSS, and JavaScript with a live preview. The platform is designed for live coding demonstrations and pair programming, featuring a broadcasting environment that transmits keystrokes and code changes to other users instantly. It supports real-time synchronization for multiple developers through shared live sessions and includes a transpilation tool to convert alternative programm

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

    JavaScript
    Voir sur GitHub↗4,421
  1. Home
  2. Development Tools & Productivity
  3. Project Version Managers
  4. Snippet Version Managers

Explorer les sous-tags

  • 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.