awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kentcdodds/cross-envkentcdodds 的头像

    kentcdodds/cross-env

    6,527在 GitHub 上查看↗

    cross-env 是一个 Node.js 命令行实用程序和跨平台 shell 脚本运行器。它作为一个环境变量设置器,确保变量在 Windows、macOS 和 Linux 上得到相同处理。 该工具通过将 shell 执行包装在统一接口中来标准化变量赋值,从而允许脚本无论底层操作系统如何都能一致地运行。这使得在不同的 shell 环境中可以使用单一语法进行环境配置。 该项目涵盖了自动化构建工具、Node.js 环境配置以及创建可移植 CI/CD 流水线的功能。

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

    TypeScript
    在 GitHub 上查看↗6,527
  • cacjs/caccacjs 的头像

    cacjs/cac

    2,923在 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
    在 GitHub 上查看↗2,923
  1. Home
  2. Development Tools & Productivity
  3. Node.js CLI Tooling