awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesMulti-Package Workspaces

Management of multiple packages within a single repository through root manifest registration.

Distinct from Project Workspaces: Focuses on monorepo package coordination rather than isolated container or team environments.

Explore 5 awesome GitHub repositories matching development tools & productivity · Multi-Package Workspaces. Refine with filters or upvote what's useful.

Awesome Multi-Package Workspaces GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • astral-sh/ryeAvatar von astral-sh

    astral-sh/rye

    14,209Auf GitHub ansehen↗

    Rye is a comprehensive Python toolchain manager, package manager, and virtual environment orchestrator. It provides a unified system for installing Python runtimes, resolving dependencies, and coordinating isolated environments across different projects. The project distinguishes itself through workspace management capabilities that coordinate dependencies and builds across multiple libraries within a single multi-package project structure. It further enables the global installation of Python tools into sandboxed environments, making them accessible system-wide without manual environment acti

    Provides integrated support for managing multiple Python packages within a single repository via root manifest registration.

    Rustpackage-managerpackagingpython
    Auf GitHub ansehen↗14,209
  • npm/cliAvatar von npm

    npm/cli

    9,846Auf GitHub ansehen↗

    This project is a command line interface for managing, installing, and publishing JavaScript packages to a remote registry. It serves as a dependency resolution tool, a software registry publishing client, and a security auditor for Node.js development workflows. The tool distinguishes itself by providing integrated monorepo workspace management and a comprehensive registry authentication client that supports multi-factor authentication. It enables detailed control over the software supply chain through provenance attestations, package signature verification, and the generation of a Software

    Enables the creation of sub-package directories and their registration in the root manifest for monorepo management.

    JavaScriptjavascriptnodejsnpm
    Auf GitHub ansehen↗9,846
  • firebase/flutterfireAvatar von firebase

    firebase/flutterfire

    9,222Auf GitHub ansehen↗

    FlutterFire is a collection of official plugins that integrate Firebase backend services into Flutter applications. It serves as a backend-as-a-service integration library, providing client-side wrappers for cloud authentication, databases, storage, and monitoring services. The project enables the integration of serverless backend logic and real-time data synchronization using NoSQL documents and state synchronization. It also provides capabilities for generative AI integration, including large language models, image generation, and local machine learning model management. The suite covers a

    Manages versioning, changelogs, and command execution across interdependent packages within a single repository.

    Dartdartfirebaseflutter
    Auf GitHub ansehen↗9,222
  • ritwickdey/vscode-live-serverAvatar von ritwickdey

    ritwickdey/vscode-live-server

    6,778Auf GitHub ansehen↗

    This is a local development server extension for VS Code that provides static file hosting and automatic browser reloading upon saving source files. It functions as a live reloading tool and static file web server, allowing developers to preview web pages locally with support for custom ports and root directories. The project distinguishes itself by offering a local network preview server that exposes projects to other devices on the same wireless network via IP. It also includes a development proxy capable of adding Cross-Origin Resource Sharing headers and proxying traffic to external URIs.

    Hosts files from multiple project folders simultaneously by defining specific entry points and directory routes.

    TypeScriptlive-reloadlive-serverlivereload
    Auf GitHub ansehen↗6,778
  • vuejs/veturAvatar von vuejs

    vuejs/vetur

    5,751Auf GitHub ansehen↗

    Vetur is a Visual Studio Code extension that provides comprehensive language support for Vue single-file components. It parses .vue files into separate template, script, and style regions, then delegates each region to its own language service for independent processing. This architecture enables IntelliSense, type-checking, formatting, and linting across all embedded languages within a Vue file. The extension distinguishes itself through deep integration with Vue's component model. It infers TypeScript types for template expressions by analyzing component props, data, and computed properti

    Sets up monorepo or multi-project Vue workspaces with shared configuration for language support and IntelliSense.

    TypeScripthacktoberfestvisual-studio-codevscode
    Auf GitHub ansehen↗5,751
  1. Home
  2. Development Tools & Productivity
  3. Workspace Management
  4. Project Workspaces
  5. Multi-Package Workspaces

Unter-Tags erkunden

  • Multi-Root Server HostingServing content from multiple distinct project folders simultaneously via route mapping. **Distinct from Multi-Package Workspaces:** Focuses on web serving of multiple directories rather than monorepo package management
  • Vue Multi-Project Workspace ConfigurationsSetting up monorepo or multi-project Vue workspaces with shared configuration for language support and IntelliSense. **Distinct from Multi-Package Workspaces:** Distinct from Multi-Package Workspaces: focuses on Vue-specific workspace configuration for IDE language support, not general package management.