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 RepositoriesCommand Construction

Logic for dynamically assembling shell command strings from base paths and arguments.

Distinct from Shell Command Runners: Distinct from Shell Command Runners: focuses on the assembly/transformation of the command string rather than the act of executing it.

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

Awesome Command Construction 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.
  • rocky-linux/rockyAvatar de rocky-linux

    rocky-linux/rocky

    9,497Voir sur GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Allows for the dynamic assembly of shell command strings using input arguments.

    enterprise-linuxrocky
    Voir sur GitHub↗9,497
  • amanvarshney01/create-better-t-stackAvatar de AmanVarshney01

    AmanVarshney01/create-better-t-stack

    5,507Voir sur GitHub↗

    create-better-t-stack est un générateur de boilerplate full-stack et un outil de scaffolding pour TypeScript. Il fonctionne comme un constructeur de stack CLI interactif qui automatise l'initialisation des environnements de développement en combinant des technologies spécifiques de frontend, backend, base de données et API. Le système opère comme un moteur de boilerplate typé, utilisant un mappeur de configuration pour assurer une sécurité de type de bout en bout sur toute l'architecture de l'application. Il utilise une interface visuelle et une configuration basée sur des invites pour aider les utilisateurs à sélectionner des runtimes et des bibliothèques compatibles, que l'outil traduit ensuite en une structure de dossiers personnalisée et des commandes d'installation. L'outil couvre l'initialisation de projet, le mappage de stack technologique personnalisée et la génération automatisée d'environnements de développement coordonnés.

    Dynamically assembles shell command strings based on user-selected dependencies to automate stack installation.

    TypeScriptbetter-authbunclack-prompt
    Voir sur GitHub↗5,507
  • brentvollebregt/auto-py-to-exeAvatar de brentvollebregt

    brentvollebregt/auto-py-to-exe

    4,952Voir sur GitHub↗

    auto-py-to-exe est un convertisseur Python vers EXE et un packager d'exécutables autonomes qui fournit une interface graphique basée sur le web pour PyInstaller. Il transforme les scripts Python en fichiers binaires uniques qui s'exécutent sans nécessiter d'installation locale de Python ou de dépendances externes. Le projet fonctionne comme un automatiseur de build basé sur JSON, permettant aux utilisateurs d'enregistrer, charger et exporter des configurations de packaging complexes via des fichiers JSON pour assurer des builds cohérents et reproductibles à travers différents projets. L'outil couvre la conversion script-vers-exécutable, y compris la capacité de regrouper des actifs statiques et des icônes dans le binaire. Il fournit des options pour supprimer la fenêtre de console système lors du lancement pour les applications GUI et prend en charge la persistance des données externes pour garder les bases de données et les fichiers en dehors du package exécutable. Les utilisateurs peuvent initier le processus de conversion via l'interface graphique ou via des arguments de ligne de commande en mode headless.

    Dynamically assembles shell command strings based on the user interface state to trigger the bundling process.

    JavaScriptautomationbundleexecutable
    Voir sur GitHub↗4,952
  • vim-test/vim-testAvatar de vim-test

    vim-test/vim-test

    3,161Voir sur GitHub↗

    vim-test is a Vim extension and multi-language test orchestrator that automatically detects and executes test suites directly from the editor. It functions as a configurable framework for triggering CLI-based testing across diverse programming languages, mapping source files to their corresponding tests and running them via language-specific tools. The system distinguishes itself through a customizable runner framework that allows for the definition of custom execution logic and flags. It utilizes a pluggable architecture to support various testing frameworks and languages by mapping identifi

    Dynamically constructs shell commands by combining runner paths with flags and cursor-based filters.

    Vim Scriptneovimtddtest-runner
    Voir sur GitHub↗3,161
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Runners
  4. Command Construction