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
·

2 dépôts

Awesome GitHub RepositoriesNode.js CLI Tooling

Utilities specifically for the Node.js runtime to facilitate the creation of complex command-line scripts.

Distinct from Node.js Development Utilities: Distinct from general ecosystem or build tools; focuses on the workflow of creating CLI utilities.

Explore 2 awesome GitHub repositories matching development tools & productivity · Node.js CLI Tooling. Refine with filters or upvote what's useful.

Awesome Node.js CLI Tooling 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.
  • kentcdodds/cross-envAvatar de kentcdodds

    kentcdodds/cross-env

    6,527Voir sur GitHub↗

    cross-env est un utilitaire de ligne de commande Node.js et un exécuteur de scripts shell multiplateforme. Il fonctionne comme un définisseur de variables d'environnement qui assure que les variables sont traitées de manière identique à travers Windows, macOS et Linux. L'outil standardise l'assignation des variables en enveloppant l'exécution shell dans une interface uniforme, permettant aux scripts de s'exécuter de manière cohérente indépendamment du système d'exploitation sous-jacent. Cela permet l'utilisation d'une syntaxe unique pour la configuration de l'environnement à travers divers environnements shell. Le projet couvre des capacités pour l'outillage de build automatisé, la configuration de l'environnement Node.js et la création de pipelines CI/CD portables.

    Provides a Node.js-based CLI tool to standardize variable assignment across different shell environments.

    TypeScript
    Voir sur GitHub↗6,527
  • cacjs/cacAvatar de cacjs

    cacjs/cac

    2,923Voir sur GitHub↗

    cac is a Node.js CLI framework used to build command line interfaces with a declarative API. It functions as a command line argument parser and a command dispatcher that maps terminal input keywords to specific JavaScript callback functions. The framework features an automated help generator that produces usage instructions and version documentation based on the defined command structures. It manages command aliases and provides a routing system to link specific keyword inputs to execution logic. The toolkit covers command interface definition, including the configuration of global and comma

    Facilitates the creation of custom developer utilities and scripts with complex flag configurations and subcommands.

    TypeScriptclicommand-linecommander
    Voir sur GitHub↗2,923
  1. Home
  2. Development Tools & Productivity
  3. Node.js CLI Tooling