awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesExtensible CLI Workspaces

Command-line environments that support modular plugin architectures and external binary integrations to extend administrative functionality.

Distinguishing note: Focuses on the extensibility and plugin-based architecture of CLI tools rather than generic terminal emulators or shell utilities.

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

Awesome Extensible CLI Workspaces 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.
  • derailed/k9sAvatar de derailed

    derailed/k9s

    33,983Voir sur GitHub↗

    This project is a terminal-based dashboard for managing Kubernetes clusters. It provides a character-based interface that enables real-time monitoring and interactive control of containerized workloads, allowing users to perform administrative tasks such as scaling deployments, viewing logs, and managing port forwarding directly from the command line. The interface is designed for high-speed navigation, utilizing a keyboard-driven command system that maps input sequences to specific operational actions. It maintains an accurate view of the cluster state through asynchronous event polling, ens

    Integrates custom plugins and external binaries to expand administrative capabilities.

    Gogogolangk8s
    Voir sur GitHub↗33,983
  • nrwl/nxAvatar de nrwl

    nrwl/nx

    28,939Voir sur GitHub↗

    This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor

    Integrates non-JavaScript languages through plugins that provide automatic dependency detection and target inference.

    TypeScriptangularbuildbuild-system
    Voir sur GitHub↗28,939
  • openai/openai-agents-pythonAvatar de openai

    openai/openai-agents-python

    27,191Voir sur GitHub↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Provides a modular CLI-based environment for executing complex, multi-step workspace operations and file manipulations.

    Pythonagentsaiframework
    Voir sur GitHub↗27,191
  • moonrepo/moonAvatar de moonrepo

    moonrepo/moon

    3,687Voir sur 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.

    Automates the downloading and configuration of workspace plugins via settings injection.

    Rustbuild-systembuild-toolbun
    Voir sur GitHub↗3,687
  1. Home
  2. Development Tools & Productivity
  3. Extensible CLI Workspaces

Explorer les sous-tags

  • Plugin Installation OrchestrationAutomated processes for downloading and injecting plugin configurations into a workspace environment. **Distinct from Extensible CLI Workspaces:** Distinct from Extensible CLI Workspaces: focuses on the installation and configuration injection phase rather than the architectural support for plugins.