[](https://github.com/feross/standard)
Check if a path exists
Like which(1) unix command. Find the first instance of an executable in the PATH.
Core CLI commands for React Native
Validate a webpack configuration.
A toolkit for JavaScript codemods
CLI for webpack & friends
[@Redocly](https://redocly.com) CLI is your all-in-one API documentation utility. It builds, manages, improves, and quality-checks your API descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make
For encoding to/from base64urls
Detect if the current environment is a CI server
Angular Schematics - CLI
Translates between file formats and generates static code as well as TypeScript definitions.
Get the gzipped size of a string or buffer
Fixes stack traces for files with source maps
Vite as Node.js runtime
Babel command line.
Shared core utilities for Vercel global configuration
No description provided.
A tool to load and execute any JavaScript or TypeScript code at runtime.
A lightweight implementation of OOP Class in JavaScript
Create Next.js-powered React apps with one command
List of conventional commit types.
like touch(1) in node
Delete files and directories - Cross-platform
CLI for deriving, querying, and visualizing Toolpath provenance (binary: path)
Deprecated alias for the `path-cli` crate. Installs the same `path` binary; new users should `cargo install path-cli` directly.
Derive Toolpath provenance documents from Codex CLI session logs
Derive Toolpath provenance documents from opencode session databases
Derive Toolpath provenance documents from GitHub pull requests
Derive Toolpath provenance documents from Gemini CLI conversation logs
Types, builders, and query operations for Toolpath provenance documents
Derive Toolpath provenance documents from Claude conversation logs
Provider-agnostic conversation types, traits, and Toolpath-Path derivation
Generate Graphviz DOT visualizations from Toolpath documents
Derive Toolpath provenance documents from git repository history
Render Toolpath documents as Markdown for LLM consumption
A CLI tool that helps you quickly generate the path to a gguf file cached by Ollama
A CLI environment variable manager. View, set, unset and manage environment variables (strings, lists, paths) on bash and on cmd.
CLI tool accepts yaml key as argument and returns file path withline number where translation defined.
Ctlst (pronounced 'Catalyst') is a tool similar to the Rails CLI. It provides simple commands to build React project that takes advantage of clean architecture, test driven development and containerisation. This folder must be added to your PATH.
== Baf baf helps writing an user acceptance test suite with a dedicated library and cucumber steps. It can run and wait for programs in a modified environment, verify the exit status, the output streams and other side effects. It also supports interactive programs and writing to their standard input. Then, it provides a DSL to write the CLI: require 'baf/cli' module MyProgram class CLI < Baf::CLI def setup flag_version '0.1.2'.freeze option :c, :config, 'config', 'specify config file' do |path| @config_path = path end end def run usage! unless arguments.any? puts 'arguments: %s' % arguments puts 'config: %s' % @config_path if @config_path end end end MyProgram::CLI.run ARGV Which behaves this way: % ./my_program Usage: my_program [options] options: -c, --config config specify config file -h, --help print this message -V, --version print version zsh: exit 64 ./my_program % ./my_program --wrong-arg Usage: my_program [options] options: -c, --config config specify config file -h, --help print this message -V, --version print version zsh: exit 64 ./my_program --wrong-arg % ./my_program foo arguments ["foo"] % ./my_program -c some_file foo arguments ["foo"] config path some_file
A work-stealing distributed test runner. Push test file paths to a Redis list, then multiple CI runners atomically steal batches and execute them via a pluggable adapter (CLI for any test runner, or in-process RSpec for maximum performance).
A simple CLI tool that recursively reads files from directories and outputs their contents with file path comments. Supports filtering by file extensions.
A simple CLI tool that recursively reads files from directories and outputs their contents with file path comments. Supports filtering by file extensions.
Devex provides a unified `dx` command for common development tasks. Features include: - CLI framework with automatic help generation and nested subcommands - Agent-aware output (detects AI agents and adapts output format) - Environment orchestration (mise, bundle exec, dotenv integration) - Project path conventions with fail-fast feedback - Zero-dependency support library (Path class, ANSI colors, core extensions)
Vimdo is a ruby gem to automate tasks with vim remote servers. Predefined tasks include diff, merge, etc. You can define your own recipes to run tasks with Vim. For example, you can define `DirDiff` recipe: ```ruby module VimDo class CLI < Thor desc "dirdiff", "directory diff in vim" def dirdiff(from, to) [from, to].each do |f| unless File.directory?(f) raise PathError "#{f} is not directory!" end end from, to = [from, to].map {|f| File.expand_path(f) } commands(%Q{exec 'DirDiff ' fnameescape("#{from}") fnameescape("#{to}")}) end end end ``` Then run `vimdo dirdiff path/to/a path/to/b` from the command line or other tools
The Ruby AST sidecar for Revund. A gRPC server that implements the universal revund.worker.v1.Worker contract using the whitequark/parser gem. Installed alongside the `revund` CLI, which discovers revund-ruby-worker on PATH and spawns it on demand.
Quickly copy files (e.g. YMLs or configuration files) to multiple EngineYard servers
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.