the complete solution for node.js command-line programs
Infer strong typings for commander options and action handlers
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.
Copies compiler artifacts emitted by rustc by parsing Cargo metadata
Export commander command as a Fig spec
SWC plugin for transforming Workflow SDK code
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
Commander.js with integrated interactive prompts
Browser automation CLI for AI agents
MCP server for terminal operations and file editing
Super-fast alternative for babel
A small collection of option validators for commander
the complete solution for node.js command-line programs
A wrapper for Commander that automatically sets the version based on your package.json
Redis web-based management tool written in node.js
The WASM package for prisma-fmt
The Wasm package for prisma-fmt
CLI tool and schema library for applying security patches to dependencies
Effortlessly add intelligent autocomplete support to your Commander.js CLI app using Carapace. Supports Bash, Zsh, Fish, Nushell and more
A NestJS module that provide a cli
A TypeScript utility for building type-safe CLI commands using commander and zod.
A module to globally install libraries to prevent installing the same libraries again and again
Registry for SS58 account types
Like npm scripts, but better
Cargo extension for running tests of the used dependencies
Cargo for single-file projects
Cargo lets you use different versions of the same library by implementing two simple commands, which let you load programs without messing with your namespace.
http://www.factorylabs.com/images/cargo.png Cargo is a set of tools to help streamline using git and Pivotal Tracker for agile development. Starting a story creates a new branch and finishing a story merges the branch back into master. This can be done either with browser integration or a set of command line tools. More features will be added. This is still alpha software
Canoe offers project management and building facilities to C/C++ projects. If you are tired of writing Makefile, CMakeList and even SConstruct, please let Canoe help you wipe them out. Similar to Cargo for Rust, Canoe offers commands such as new, build, run, etc. to help you generate a C/C++ project and build it automatically. Different from tools like Scons and Blade, Canoe requires users to write NO building scripts, Canoe would analyze dependencies and build like our old friend 'make' if a few conventions over file names are followed.
Context-aware secret scanning for Ruby projects. A thin wrapper around the native leakferret binary (written in Rust): it finds hardcoded secrets, confirms which ones are actually live by calling the provider, and rewrites them to read from environment variables instead. Precompiled platform gems bundle the native binary inside the gem, so a normal `gem install` ships the binary through RubyGems itself: no download, no network access, and no Rust toolchain. You can audit exactly what you are about to run with `gem unpack leakferret`. The gem never fetches and runs a binary off the internet - there is no download code to vet. On a platform without a prebuilt gem, the source gem tells you to build from source (`cargo install leakferret-cli`) or point LEAKFERRET_BIN at a binary. The API exposes Leakferret.scan, Leakferret.verify, and Leakferret.rewrite (each returning Finding objects), plus a `leakferret` command-line tool.