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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesCLI Entrypoints

Functions that serve as the primary application interface and global parameter handler.

Distinct from Application Entrypoints: Distinct from Application Entrypoints: focuses on CLI-specific initialization rather than general service startup.

Explore 4 awesome GitHub repositories matching software engineering & architecture · CLI Entrypoints. Refine with filters or upvote what's useful.

Awesome CLI Entrypoints GitHub Repositories

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

    fastapi/typer

    19,632عرض على GitHub↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Configures the primary application interface and global parameters using a function that executes before any subcommands.

    Pythoncliclickpython
    عرض على GitHub↗19,632
  • livekit/livekitالصورة الرمزية لـ livekit

    livekit/livekit

    19,358عرض على GitHub↗

    LiveKit is a comprehensive framework for building and orchestrating real-time, multimodal AI agents that interact with users through voice, video, and text. It provides a centralized, event-driven architecture to manage the entire lifecycle of automated participants, from initialization and session state management to graceful shutdown. By utilizing a selective forwarding unit, the platform efficiently routes media streams between participants and agents, ensuring low-latency communication and secure, token-based authentication for all connections. The platform distinguishes itself through it

    Registers primary functions for job execution on agent servers.

    Gogolangmedia-serversfu
    عرض على GitHub↗19,358
  • cosmicpython/bookالصورة الرمزية لـ cosmicpython

    cosmicpython/book

    3,823عرض على GitHub↗

    This project is a technical resource and pattern library for building enterprise applications with Python. It serves as a guide for implementing clean architecture, providing a framework for separating core business logic from infrastructure and external frameworks. The material focuses on Domain-Driven Design and the application of architectural patterns to maintain complex business requirements. It provides specific guidance on the Repository pattern for data abstraction, Command-Query Responsibility Segregation for optimizing read and write paths, and the use of dependency inversion to dec

    Defines system entrypoints via a service layer to decouple use case orchestration from specific delivery mechanisms.

    Python
    عرض على GitHub↗3,823
  • termux/proot-distroالصورة الرمزية لـ termux

    termux/proot-distro

    2,839عرض على GitHub↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Executes the predefined entrypoint and command from an OCI manifest to simulate standard runtime execution.

    Shell
    عرض على GitHub↗2,839
  1. Home
  2. Software Engineering & Architecture
  3. Application Entrypoints
  4. CLI Entrypoints

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

  • Agent Entrypoint RegistrarsRegisters primary functions for job execution on agent servers. **Distinct from CLI Entrypoints:** Distinct from general CLI entrypoints: focuses on server-side job assignment entrypoints.
  • Service EntrypointsInterface layers that capture primary use cases to provide a consistent entry point for delivery mechanisms. **Distinct from CLI Entrypoints:** Focuses on service-layer orchestration as an entry point rather than command-line interface specific handlers