awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Environment and Scoping Controls · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesEnvironment and Scoping Controls

Systems for isolating project dependencies and defining visibility scopes, distinct from the package managers themselves.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Environment and Scoping Controls. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Environment and Scoping Controls

Awesome Environment and Scoping Controls GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Rustpackagingpythonresolver
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend
  • JetBrains/kotlin

    JetBrains/kotlin

    52,346GitHubView on GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platfor

    Kotlincompilergradle-pluginintellij-plugin

Explore sub-tags

  • Dependency ScopingMechanisms that restrict the availability or visibility of dependencies to specific project modules or execution contexts.
  • Linked Dependency ManagementSystems that manage local references or symbolic links to external codebases during the development and build process.
  • Virtual Environment ManagersTools that create isolated runtime environments to prevent dependency conflicts between different software projects on the same machine.