awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to node-modules/common-bin

Open-source alternatives to Common Bin

30 open-source projects similar to node-modules/common-bin, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Common Bin alternative.

  • aantthony/console-pngA

    aantthony/console-png

    0View on GitHub↗

    Print PNG images to terminal output.

    View on GitHub↗0
  • andidittrich/node.cli-progressAndiDittrich avatar

    AndiDittrich/Node.CLI-Progress

    1,252View on GitHub↗

    Single Bar | Multi Bar | Options | Examples | Presets | Events

    JavaScript
    View on GitHub↗1,252
  • arcanis/clipanionarcanis avatar

    arcanis/clipanion

    1,254View on GitHub↗

    ` $> yarn add clipanion `

    TypeScript
    View on GitHub↗1,254
  • bokub/gradient-stringbokub avatar

    bokub/gradient-string

    1,197View on GitHub↗

    ` $ npm i gradient-string `

    TypeScript
    View on GitHub↗1,197
  • bvaughn/progress-estimatorbvaughn avatar

    bvaughn/progress-estimator

    2,131View on GitHub↗

    Logs a progress bar and estimation for how long a Promise will take to complete. This library tracks previous durations in order to provide more accurate estimates over time.

    JavaScript
    View on GitHub↗2,131
  • cacjs/caccacjs avatar

    cacjs/cac

    2,923View on 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

    TypeScriptclicommand-linecommander
    View on GitHub↗2,923

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • chalk/chalkchalk avatar

    chalk/chalk

    23,262View on GitHub↗

    Chalk is a Node.js console formatter and terminal styling library used to add colors and text modifiers to command line output. It functions as a tool for formatting strings with foreground colors, background tints, and text styles using ANSI escape sequences. The library includes a terminal color support detector that automatically determines the color depth and capabilities of the current environment. It features an ANSI color downsampler that converts RGB, Hex, or 256-color values to the nearest compatible format based on the detected terminal capabilities. The project provides capabiliti

    JavaScriptansiansi-escape-codeschalk
    View on GitHub↗23,262
  • cli-table/cli-table3C

    cli-table/cli-table3

    0View on GitHub↗

    cli-table3

    View on GitHub↗0
  • commitizen/cz-clicommitizen avatar

    commitizen/cz-cli

    17,473View on GitHub↗

    Commitizen is a command-line utility designed to enforce consistent commit message formatting within version control systems. By guiding developers through interactive prompts, the tool ensures that every commit adheres to predefined standards, resulting in a predictable and searchable project history. The system utilizes a plugin-based adapter pattern that allows for the dynamic loading of custom commit formats and validation logic. This configuration-driven approach enables teams to define specific templates for message construction, which are then populated via user input to maintain stric

    JavaScriptcommand-linecommit-hookscommitizen
    View on GitHub↗17,473
  • dcporter/didyoumean.jsdcporter avatar

    dcporter/didyoumean.js

    183View on GitHub↗

    didYouMean.js - A simple JavaScript matching engine

    JavaScript
    View on GitHub↗183
  • drew-y/cliffydrew-y avatar

    drew-y/cliffy

    371View on GitHub↗

    Cliffy is a simple, powerful utility for making interactive command line interfaces.

    TypeScript
    View on GitHub↗371
  • eldargab/easy-tableeldargab avatar

    eldargab/easy-table

    315View on GitHub↗

    Nice utility for rendering text tables with javascript.

    JavaScript
    View on GitHub↗315
  • enquirer/enquirerenquirer avatar

    enquirer/enquirer

    7,946View on GitHub↗

    Enquirer is a Node.js library for creating interactive command-line interfaces to gather structured user input. It provides a set of terminal prompts, including menus, forms, and text fields, to collect data via autocomplete, multiselect, and boolean confirmations. The project serves as a customizable framework that allows for the creation of custom prompt types through a base class and the extension of functionality via a plugin architecture. The library covers a wide range of interaction patterns, such as capturing numerical and sensitive data, validating user input against custom rules, a

    JavaScript
    View on GitHub↗7,946
  • felixfbecker/cli-highlightfelixfbecker avatar

    felixfbecker/cli-highlight

    332View on GitHub↗

    Output a file `sh $ highlight package.json `

    TypeScript
    View on GitHub↗332
  • gtanner/qrcode-terminalG

    gtanner/qrcode-terminal

    0View on GitHub↗

    Can be installed with:

    View on GitHub↗0
  • jorgebucaran/colorettejorgebucaran avatar

    jorgebucaran/colorette

    1,625View on GitHub↗

    No dependecies - Automatic color support detection - Up to 2x faster than alternatives - TypeScript support - NO_COLOR friendly - Node >= 10

    JavaScript
    View on GitHub↗1,625
  • lukeed/console-clearL

    lukeed/console-clear

    0View on GitHub↗

    ` $ npm install --save console-clear `

    View on GitHub↗0
  • lukeed/kleurlukeed avatar

    lukeed/kleur

    1,697View on GitHub↗

    The fastest Node.js library for formatting terminal text with ANSI colors~!

    JavaScript
    View on GitHub↗1,697
  • marak/colors.jsMarak avatar

    Marak/colors.js

    5,171View on GitHub↗

    colors.js is a Node.js terminal color library and console text styling tool. It serves as an ANSI escape code wrapper, providing a high-level API to apply foreground and background colors, styles, and decorative patterns to console output. The library includes a terminal output formatter capable of creating specialized visual effects, such as rainbow and zebra patterns. It employs a mechanism to automatically detect terminal color support or allow for manual overrides of visual styling. The tool covers a broad range of text formatting, including text emphasis attributes like bold, italic, un

    JavaScript
    View on GitHub↗5,171
  • marvinhagemeister/koloristM

    marvinhagemeister/kolorist

    0View on GitHub↗

    Tiny library to put colors into stdin/stdout :tada:

    View on GitHub↗0
  • moxystudio/node-promptlymoxystudio avatar

    moxystudio/node-promptly

    153View on GitHub↗

    npm-url:https://npmjs.org/package/promptly downloads-image:https://img.shields.io/npm/dm/promptly.svg npm-image:https://img.shields.io/npm/v/promptly.svg travis-url:https://travis-ci.org/moxystudio/node-promptly…

    JavaScript
    View on GitHub↗153
  • nodeca/argparsenodeca avatar

    nodeca/argparse

    508View on GitHub↗

    argparse

    JavaScript
    View on GitHub↗508
  • notatestuser/treeifyN

    notatestuser/treeify

    0View on GitHub↗

    treeify

    View on GitHub↗0
  • npm/noptnpm avatar

    npm/nopt

    541View on GitHub↗

    If you want to write an option parser, and have it be good, there are two ways to do it. The Right Way, and the Wrong Way.

    JavaScript
    View on GitHub↗541
  • oclif/oclifoclif avatar

    oclif/oclif

    9,543View on GitHub↗

    oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing terminal applications with consistent command patterns, argument parsing, and automated help generation. The project features a modular plugin architecture that allows for external functionality to be injected via a manifest-based loading mechanism. It includes a dedicated distribution pipeline and packager to bundle applications into OS-native installers and tarballs for Windows, macOS, and Linux. The framework covers a broad range of development capabilities, including project

    TypeScript
    View on GitHub↗9,543
  • patorjk/figlet.jspatorjk avatar

    patorjk/figlet.js

    2,992View on GitHub↗

    ` . . /\ \ /| |/ /| | / | || / / / | | ) | / \ | | / \ \ | |/ / / / \ \/ / | \ | \ \\ \ |\ /| | | |\ \ / / | | \ \ \ / ||\ //\ >| /\ /\| / > / / || / > \/ \/ \/ \/ \_| \/ \/ \/ `

    JavaScript
    View on GitHub↗2,992
  • plopjs/plopplopjs avatar

    plopjs/plop

    7,666View on GitHub↗

    Plop is a template-based code generator and interactive command-line scaffolding tool. It functions as a file system automation engine that uses a pipeline of prompt-driven tasks and regular expression replacements to generate and modify codebase structures. The framework combines Handlebars templates with interactive terminal prompts to automate boilerplate code generation. It allows for the enforcement of codebase patterns through shared generators and provides the ability to embed the engine into custom command-line tools. The system covers the creation of project files from templates and

    JavaScriptcligeneratorjavascript
    View on GitHub↗7,666
  • samverschueren/listrSamVerschueren avatar

    SamVerschueren/listr

    3,294View on GitHub↗

    ` $ npm install --save listr `

    JavaScript
    View on GitHub↗3,294
  • sboudrias/inquirer.jsSBoudrias avatar

    SBoudrias/Inquirer.js

    21,578View on GitHub↗

    Inquirer.js is a command line input framework and prompt library for Node.js applications. It provides a structured set of tools for building interactive terminal interfaces, including menus, checklists, and text inputs, to gather user data and manage complex interactions. The framework allows for the creation of dynamic user experiences through branching prompt logic and the resolution of asynchronous configurations. Users can define custom prompts using a provided API and localize interface text into different languages. The library covers a wide range of input capabilities, including sing

    TypeScriptclicommand-linejavascript
    View on GitHub↗21,578
  • sindresorhus/boxensindresorhus avatar

    sindresorhus/boxen

    1,667View on GitHub↗

    `sh npm install boxen `

    JavaScript
    View on GitHub↗1,667