awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bombshell-dev avatar

bombshell-dev/clack

0
View on GitHub↗
7,878 Stars·204 Forks·TypeScript·6 Aufrufebomb.sh/docs/clack/basics/getting-started↗

Clack

Clack is a Node.js CLI framework and prompt library designed for building stylized, interactive command-line user interfaces. It provides a toolkit for creating terminal applications that collect structured user input and display formatted information.

The library includes a set of interactive terminal UI components, such as validated input fields for text and passwords, searchable selection menus with autocomplete, and grouped options for user choice. It also provides mechanisms for process visualization, including loading spinners, progress bars, and sequential task lists to communicate background activity.

The framework covers terminal user interface design through the use of boxed text, notes, and structured layouts to improve readability. These capabilities are supported by an architecture that handles ANSI-based rendering and asynchronous input collection.

Features

  • Interactive CLI Prompts - Provides a comprehensive library of interactive CLI prompts for collecting structured user input.
  • Interactive Menus - Ships interactive selection menus featuring searchable autocomplete and grouped options for user choice.
  • Interactive Terminal Menus - Implements searchable selection menus and autocomplete lists for choosing options in terminal applications.
  • Screen Buffers - Uses screen buffers to accumulate UI changes in memory and prevent flickering during terminal updates.
  • Interactive CLI Tooling - Offers a framework for building command-line tools with stylized interfaces and real-time updates.
  • Terminal Interaction - Provides a kit of terminal interaction components including spinners, progress bars, and structured text blocks.
  • Input Event Loops - Employs a non-blocking input event loop to capture raw keystrokes for immediate UI responsiveness.
  • Interactive Input Collection - Provides validated forms and interactive prompts for collecting text, passwords, and file paths.
  • ANSI Escape Sequence Renderers - Implements ANSI escape sequences to control text styling, colors, and cursor positioning in the terminal.
  • CLI Process Visualizations - Communicating background activity to users through loading spinners, progress bars, and sequential task lists.
  • State-Driven UI Rendering - Updates the terminal display by reconciling current and desired screen states to overwrite specific lines.
  • Input Collection Components - Provides validated input fields and masks for collecting text, passwords, dates, and file paths.
  • Status Indicators - Includes loading spinners, progress bars, and sequential task lists to indicate background process status.
  • Node.js Terminal Frameworks - A comprehensive Node.js framework for creating stylized, interactive terminal user interfaces.
  • Visual Layout Formatters - Renders structured information using boxed text, notes, and streamed multi-line output for improved readability.
  • Promise-Based Flow Control - Wraps synchronous terminal interactions in promises to enable asynchronous control flow during user input.
  • Extensible Component Architectures - Decouples visual prompt and spinner presentation from the underlying input collection and validation logic.
  • Terminal User Interfaces - Provides tools to build, style, and manage structured layouts and interactive text-based interfaces.

Star-Verlauf

Star-Verlauf für bombshell-dev/clackStar-Verlauf für bombshell-dev/clack

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Clack

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Clack.
  • sboudrias/inquirer.jsAvatar von SBoudrias

    SBoudrias/Inquirer.js

    21,578Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,578
  • dthree/vorpalAvatar von dthree

    dthree/vorpal

    5,628Auf GitHub ansehen↗

    Vorpal is a Node.js interactive CLI framework and terminal user interface library used to build extensible command-line shells. It functions as an interactive command-line parser that converts string input into executable functions, managing the lifecycle of terminal sessions and command routing. The framework is distinguished by a plugin-based extension architecture that allows external modules to register new commands, shared behaviors, and complete command suites into the core environment. It supports the creation of custom shell environments with specialized namespaces and a system for pe

    JavaScript
    Auf GitHub ansehen↗5,628
  • charmbracelet/gumAvatar von charmbracelet

    charmbracelet/gum

    22,814Auf GitHub ansehen↗

    Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell scripts. It functions as a library of modular components that allow developers to enhance terminal workflows by adding structured layouts, formatted text, and user-input widgets to standard command-line operations. The project distinguishes itself by providing a suite of specialized utilities for common shell tasks, such as fuzzy-matched selection menus, interactive file system navigation, and confirmation dialogs. It translates high-level styling and layout instructions into t

    Gobashshell
    Auf GitHub ansehen↗22,814
  • chjj/blessedAvatar von chjj

    chjj/blessed

    11,854Auf GitHub ansehen↗

    This project is a terminal user interface library for Node.js, designed to facilitate the construction of interactive command-line applications. It provides a comprehensive toolkit of high-level widgets that abstract complex terminal escape codes and rendering logic, allowing developers to build functional interfaces using reusable components. The framework distinguishes itself by implementing a box-model-based layout engine and a virtual DOM-style reconciliation system. These mechanisms enable responsive design patterns—such as percentage-based sizing and relative positioning—to function wit

    JavaScript
    Auf GitHub ansehen↗11,854
Alle 30 Alternativen zu Clack anzeigen→

Häufig gestellte Fragen

Was macht bombshell-dev/clack?

Clack is a Node.js CLI framework and prompt library designed for building stylized, interactive command-line user interfaces. It provides a toolkit for creating terminal applications that collect structured user input and display formatted information.

Was sind die Hauptfunktionen von bombshell-dev/clack?

Die Hauptfunktionen von bombshell-dev/clack sind: Interactive CLI Prompts, Interactive Menus, Interactive Terminal Menus, Screen Buffers, Interactive CLI Tooling, Terminal Interaction, Input Event Loops, Interactive Input Collection.

Welche Open-Source-Alternativen gibt es zu bombshell-dev/clack?

Open-Source-Alternativen zu bombshell-dev/clack sind unter anderem: sboudrias/inquirer.js — Inquirer.js is a command line input framework and prompt library for Node.js applications. It provides a structured… dthree/vorpal — Vorpal is a Node.js interactive CLI framework and terminal user interface library used to build extensible… charmbracelet/gum — Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell… chjj/blessed — This project is a terminal user interface library for Node.js, designed to facilitate the construction of interactive… yaronn/blessed-contrib — blessed-contrib is a terminal user interface framework and a Node.js console widget library designed for building… enquirer/enquirer — Enquirer is a Node.js library for creating interactive command-line interfaces to gather structured user input. It…