Generates a bash compeletion function based on node-commander program instance
the complete solution for node.js command-line programs
Infer strong typings for commander options and action handlers
Export commander command as a Fig spec
Common utilities for enhancing Stricli applications with autocomplete
A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.
MCP server for terminal operations and file editing
the complete solution for node.js command-line programs
A testing utility for nest-commander. It builds on top of ideas from @nestjs/testing and is not tied to any test framework directly.
🛹 Modern TypeScript tools for SVG
Redis web-based management tool written in node.js
Commander.js with integrated interactive prompts
Auto-complete input values from server results
the complete solution for node.js command-line programs
TypeScript shim for DOMMatrix
A collection of common interactive command line user interfaces.
A small collection of option validators for commander
Helper to use emmet modules in Visual Studio Code
Customize the priority of auto-import suggestions from TypeScript Language Server
the complete solution for node.js command-line programs
the complete solution for node.js command-line programs
the complete solution for node.js command-line programs
A wrapper for Commander that automatically sets the version based on your package.json
Turn a tRPC router into a type-safe, fully-functional, documented CLI
Create and install double-tab ('tab tab') auto-completions for any command-line application on any shell (bash, fish, ksh, etc). When you use the command-line, you can double-tab to auto-complete the name of a command-line application or a target file or folder. Its possible to provide your own completions for applications: git comes with bash shell completions, and the fish shell includes a library of completions for many applications.
A shell written in Ruby with extensive tab completions, aliases/nicks, history, syntax highlighting, theming, auto-cd, auto-opening files and more. UPDATE v3.6.18: Fix nick deletion persistence and hyphenated command substitution.
A gem that automatically converts Thor command-line applications into interactive REPLs, maintaining state between commands and providing auto-completion for commands and parameters.
mini_readline: A compact, little gem for console command entry with line edit and history, inspired by the standard readline gem. Also included are four sample auto-complete agents and the irbm utility, which is irb + mini_readline and not an Intermediate Range Ballistic Missile.
RuboCop CLI that only lints and auto-fixes code you committed by utilizing `git-log` and `git-diff`. Rfix CLI makes it possible to lint (`rfix lint`) and auto-fix (`rfix local|origin|branch`) code changes since a certain point in history. You can auto-fix code committed since creating the current branch (`rfix origin`) or since pushing to upstream (`rfix local`). Includes a RuboCop formatter with syntax highlighting and build in hyperlinks for offense documentation. Holds the same CLI arguments as RuboCop. Run `rfix --help` for a complete list or `rfix` for supported commands.