awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesCustom Command Distribution

Mechanisms for distributing and installing additional user-defined command scripts through a package repository.

Distinct from Custom Command Definitions: Focuses on the distribution and installation of external scripts rather than just defining internal application commands.

Explore 3 awesome GitHub repositories matching development tools & productivity · Custom Command Distribution. Refine with filters or upvote what's useful.

Awesome Custom Command Distribution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • homebrew/homebrew-coreAvatar de Homebrew

    Homebrew/homebrew-core

    15,383Ver en GitHub↗

    This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi

    Adds custom command scripts to the repository to provide users with extended functionality.

    Rubycoreformulaehacktoberfest
    Ver en GitHub↗15,383
  • laravel/tinkerAvatar de laravel

    laravel/tinker

    7,433Ver en GitHub↗

    Laravel Tinker is an interactive shell that boots the full Laravel application context, allowing you to run PHP code, test models, and experiment with the framework in real time from the command line. It integrates PsySH as its underlying REPL engine, providing features like automatic namespace resolution, command history persistence, and on-demand class loading through Composer's autoloader. The tool handles the full lifecycle of a Laravel console command, from defining input signatures and prompting for missing arguments to executing commands programmatically and queuing them for background

    Scans custom directories to register additional commands for the application.

    PHPlaravelpsyshrepl
    Ver en GitHub↗7,433
  • raycast/script-commandsAvatar de raycast

    raycast/script-commands

    6,765Ver en GitHub↗

    This project is a desktop automation scripting framework and shell script command runner. It allows users to execute custom scripts and workflows from a central launcher to automate repetitive desktop tasks and system operations. The framework functions as a unified command interface and a JSON input automation bridge, serializing search queries into arguments passed to the execution environment. It integrates large language model prompts directly into the desktop interface to automate content generation and answer questions. The system handles a broad range of capabilities including the exe

    Provides mechanisms for distributing and installing custom automation scripts across teams and organizations.

    Shell
    Ver en GitHub↗6,765
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Custom Command Definitions
  5. Custom Command Distribution

Explorar subetiquetas

  • Custom Directory ScannersScans specified directories or class names to make additional commands available to the application. **Distinct from Custom Command Distribution:** Distinct from Custom Command Distribution: focuses on scanning directories for command registration rather than distributing scripts via a package repository.