← Back to all platforms
⌨️

CLI Tools

Command-line utilities and tools

0
Total
0
Built
0
Categories
📦

Cli API Benchmark

Benchmark API endpoints with concurrent requests — measure latency percentiles, throughput, and error rates.

✓ BuiltCLI
Open App →
📦

Cli API Mock Gen

Generate mock API servers from OpenAPI/Swagger specs with realistic fake data

✓ BuiltCLI
Open App →
📦

Cli API Mock Generator

Generate mock API server from an OpenAPI spec — auto-create Express routes with Faker.js data matching schema types

✓ BuiltCLI
Open App →
📦

Cli Bulk Image Webp

Recursively convert all PNG/JPG files in a folder to optimized WebP format.

✓ BuiltCLI
Open App →
📦

Cli Changelog

Generate beautiful changelogs from conventional commits — with version bumping and tags.

✓ BuiltCLI
Open App →
📦

Cli Changelog Gen

Generate changelogs from conventional commits with automatic grouping, version bumping, and markdown output.

✓ BuiltCLI
Open App →
📦

Cli Changelog Generator

Generate changelogs from git commits using conventional commit format. Outputs as Markdown with version headers.

✓ BuiltCLI
Open App →
📦

Cli Code Complexity

Analyze code complexity for any file or directory.

✓ BuiltCLI
Open App →
📦

Cli Code Line Counter

Count lines of code by language, excluding comments and blank lines. Output as table, JSON, or badge-compatible format.

✓ BuiltCLI
Open App →
📦

Cli Commit Msg From Diff

Generate a conventional commit message from staged changes using heuristic analysis — entirely offline.

✓ BuiltCLI
Open App →
📦

Cli Cron Explain

A CLI tool that translates cron expressions to human-readable English and vice versa. Also validates and generates next run times.

✓ BuiltCLI
Open App →
📦

Cli CSV Query

Query CSV files using SQL-like syntax — filter, sort, join, and aggregate from terminal.

✓ BuiltCLI
Open App →
📦

Cli CSV Tool

A CLI toolkit for CSV operations: filter, sort, join, aggregate, and convert CSV files without opening a spreadsheet.

✓ BuiltCLI
Open App →
📦

Cli Dead Code Finder

Find unused exports, unreachable functions, and dead code in TypeScript and JavaScript projects.

✓ BuiltCLI
Open App →
📦

Cli Dep Audit

Audit npm dependencies for outdated versions, vulnerabilities, size, and license issues.

✓ BuiltCLI
Open App →
📦

Cli Dep Tree

Visualize npm/pip/cargo dependency tree — find duplicates, circular deps, and bloat.

✓ BuiltCLI
Open App →
📦

Cli Dep Why

Trace the dependency chain with a fast visual tree query tool.

✓ BuiltCLI
Open App →
📦

Cli Dependency Age

Show the age of each dependency and highlight packages not updated in 2+ years for supply chain health monitoring.

✓ BuiltCLI
Open App →
📦

Cli Dependency Tree Viz

Visualize npm/pip dependency trees as ASCII art in the terminal. Highlight circular dependencies and outdated packages.

✓ BuiltCLI
Open App →
📦

Cli Directory Tree MD

Output a pretty ASCII tree of the current directory respecting .gitignore rules.

✓ BuiltCLI
Open App →
📦

Cli Docker Clean

Remove dangling images, stopped containers, unused volumes, and build cache in one command.

✓ BuiltCLI
Open App →
📦

Cli Docker Cleanup

Interactive Docker cleanup tool — selectively remove unused images, stopped containers, dangling volumes, and build cache with disk space preview.

✓ BuiltCLI
Open App →
📦

Cli Docker Compose Lint

Lint docker-compose.yml files for common mistakes, security issues directly in terminal.

✓ BuiltCLI
Open App →
📦

Cli Docker Compose Validate

Validate and lint docker-compose files with best practice suggestions

✓ BuiltCLI
Open App →
📦

Cli Docker Compose Validator

Validate docker-compose.yml files for syntax errors, missing images, port conflicts, and security best practices.

✓ BuiltCLI
Open App →
📦

Cli Dotenv Vault

Encrypt and manage .env files with a local vault — share encrypted env files safely via git without exposing secrets

✓ BuiltCLI
Open App →
📦

Cli Env Diff

Compare .env files across environments — show missing, extra, and mismatched variables between local, staging, and production configs.

✓ BuiltCLI
Open App →
📦

Cli Env Secret Scanner

Scan codebases for accidentally committed secrets: API keys, passwords, tokens. Supports .env, YAML, JSON, and code files.

✓ BuiltCLI
Open App →
📦

Cli Env Sync

Sync .env files across team members securely via encrypted storage with conflict resolution.

✓ BuiltCLI
Open App →
📦

Cli Env Template Gen

A CLI tool that generates `.env.example` files from existing `.env` files by stripping sensitive values while preserving variable names and comments.

✓ BuiltCLI
Open App →
📦

Cli Env Validator

Validate .env files against .env.example with type checking and value constraints

✓ BuiltCLI
Open App →
📦

Cli Env Var Manager

Manage .env files — diff, merge, validate required vars, and switch between environments .

✓ BuiltCLI
Open App →
📦

Cli Env Vault

Local-first encrypted .env file manager — encrypt, decrypt, natively.

✓ BuiltCLI
Open App →
📦

Cli File Organizer

Auto-organize a messy folder by file type and date with configurable rules.

✓ BuiltCLI
Open App →
📦

Cli File Renamer

Powerful batch file renaming with regex, templates, preview mode, and undo support.

✓ BuiltCLI
Open App →
📦

Cli File Size Differ

Compare current bundle sizes against a previous baseline to track size regressions.

✓ BuiltCLI
Open App →
📦

Cli File Tree

Generate beautiful file tree diagrams from directories — for documentation and README files.

✓ BuiltCLI
Open App →
📦

Cli Git Branch Cleaner

Delete local and remote branches that have been merged — interactive CLI with preview, dry-run, and force options.

✓ BuiltCLI
Open App →
📦

Cli Git Changelog Gen

Generate beautiful changelogs from git commit history with conventional commit parsing

✓ BuiltCLI
Open App →
📦

Cli Git Commit AI Drafter

CLI that reads git diff output and proposes conventional commit messages.

✓ BuiltCLI
Open App →
📦

Cli Git Quick Stats

A CLI tool that shows instant statistics for any Git repository. Lines of code, commit frequency, top contributors, file type breakdown, and activity heatmap.

✓ BuiltCLI
Open App →
📦

Cli Git Standup

Show commits across all local repos in the last 24h for standups.

✓ BuiltCLI
Open App →
📦

Cli Git Stats

Beautiful terminal dashboard of git repository stats — top contributors, commit frequency, file churn, and code velocity.

✓ BuiltCLI
Open App →
📦

Cli Git Stats Reporter

Generate beautiful terminal reports of git repository statistics: commits by author, activity heatmap, file churn, and code frequency.

✓ BuiltCLI
Open App →
📦

Cli Git Undo Wizard

Interactive terminal wizard to undo git mistakes safely using plain English prompts.

✓ BuiltCLI
Open App →
📦

Cli Git Worktree Manager

Simplify git worktree management — list, create, switch, and remove worktrees with an interactive TUI and automatic branch tracking.

✓ BuiltCLI
Open App →
📦

Cli HTTP Client

Beautiful terminal HTTP client — send requests, save collections, and chain responses.

✓ BuiltCLI
Open App →
📦

Cli Image Metadata Strip

A CLI tool that strips EXIF and metadata from images for privacy. Remove GPS coordinates, camera info, and timestamps before sharing photos.

✓ BuiltCLI
Open App →
📦

Cli Image Optimizer

Batch optimize images from terminal — resize, compress, convert formats with quality control.

✓ BuiltCLI
Open App →
📦

Cli JSON Query

Query and transform JSON files with JQ-like syntax — but with a friendlier interface.

✓ BuiltCLI
Open App →
📦

Cli JWT Decoder

Decode JWT tokens in the terminal displaying header, payload, and expiration status.

✓ BuiltCLI
Open App →
📦

Cli License Generator

A CLI tool that generates LICENSE files for open-source projects. Select from popular licenses, auto-fill year and author, and add to project root.

✓ BuiltCLI
Open App →
📦

Cli License Scanner

Scan all project dependencies for license compatibility — flag GPL in MIT projects and generate compliance reports.

✓ BuiltCLI
Open App →
📦

Cli Local SSL Cert Gen

Generate trusted localhost SSL certificates for local HTTPS development.

✓ BuiltCLI
Open App →
📦

Cli Lockfile Lint

Validate lockfile integrity — detect registry changes, unauthorized package sources, and lockfile drift between package.json and lock files.

✓ BuiltCLI
Open App →
📦

Cli Markdown Link Checker

Scan Markdown files for broken links — check HTTP status codes, report dead links, and suggest fixes.

✓ BuiltCLI
Open App →
📦

Cli Monorepo Unused

Find unused packages and dependencies in monorepos — scan workspace packages for imports not referenced by any other package.

✓ BuiltCLI
Open App →
📦

Cli Node Modules Scavenger

Find and delete nested node_modules folders across the filesystem to reclaim disk space.

✓ BuiltCLI
Open App →
📦

Cli NPM Audit Fix

Run npm audit, display vulnerabilities in a table, and auto-fix safe patches — with JSON export and CI-friendly exit codes.

✓ BuiltCLI
Open App →
📦

Cli NPM Audit Summarizer

Run npm audit and format the JSON output into a clean, actionable human summary.

✓ BuiltCLI
Open App →
📦

Cli NPM Audit Visual

A better npm audit — outputs a visual tree showing exactly where vulnerabilities are in dependency chain.

✓ BuiltCLI
Open App →
📦

Cli NPM Package Analyzer

Analyze an npm package before installing: bundle size, dependencies, maintenance score, and known vulnerabilities.

✓ BuiltCLI
Open App →
📦

Cli NPM Why

Find out why a package is installed — trace the dependency tree to show which packages require a given dependency and at what versions.

✓ BuiltCLI
Open App →
📦

Cli Package JSON Doctor

Diagnose common package.json issues like duplicate deps and missing fields. npm doctor but smarter.

✓ BuiltCLI
Open App →
📦

Cli Package Size Analyzer

Analyze node_modules size with treemap visualization and dependency dedup suggestions

✓ BuiltCLI
Open App →
📦

Cli Port Finder

Find what's running on any port, kill processes, and find available ports instantly.

✓ BuiltCLI
Open App →
📦

Cli Port Killer

Find and kill processes by port number with an interactive TUI selection interface.

✓ BuiltCLI
Open App →
📦

Cli Port Process Finder

Find what process is using a specific port. Kill process with confirmation. Cross-platform support.

✓ BuiltCLI
Open App →
📦

Cli Port Scanner Fast

A fast TCP port scanner CLI tool. Scan local or remote hosts for open ports with concurrent connections, service detection, and export to JSON.

Spec OnlyCLI
📦

Cli Port Scanner Local

Scan local ports and show what's running on each. Better than lsof, formatted beautifully.

Spec OnlyCLI
📦

Cli Ports Killer

Interactively list and kill processes running on specific local TCP ports.

Spec OnlyCLI
📦

Cli Project Complexity Score

Analyze a codebase and output a complexity score based on file count, nesting depth, dependency count, and cyclomatic complexity

Spec OnlyCLI
📦

Cli Project Health Score

Scan a repository and output a health score based on test coverage, dependency age, README.

Spec OnlyCLI
📦

Cli Project Init

Interactive project scaffolder that generates boilerplate for any stack with best practices baked in.

Spec OnlyCLI
📦

Cli Project Scaffold

Interactive project scaffolder with customizable templates for web apps, APIs, CLIs, and extensions.

Spec OnlyCLI
📦

Cli Project Scaffolder

Interactive project generator — select framework, features, and config to scaffold a new project with best practices baked in.

Spec OnlyCLI
📦

Cli Readme Gen

A CLI tool that auto-generates README.md files by analyzing your project structure, package.json, and source code.

Spec OnlyCLI
📦

Cli Readme Generator

Auto-generate README.md from package.json and directory structure.

Spec OnlyCLI
📦

Cli Readme Score

Score a local README.md on completeness, checking for badges, install steps.

Spec OnlyCLI
📦

Cli Regex Tester

Pass strings and regex patterns via CLI args and see matches with character offsets.

Spec OnlyCLI
📦

Cli Release Manager

Automate semantic versioning, changelog generation, and GitHub release creation.

✓ BuiltCLI
Open App →
📦

Cli Repo Health

Score any Git repository's health — check for README, LICENSE, CI config, test coverage, dependency freshness, and security best practices.

Spec OnlyCLI
📦

Cli Repo Health Check

One command to audit: outdated deps, licenses, security, coverage gaps.

Spec OnlyCLI
📦

Cli Repo Loc Counter

Fast line-of-code counter for Git-tracked files broken down by language.

Spec OnlyCLI
📦

Cli Secret Scanner

Scan codebases for accidentally committed secrets — API keys, tokens, passwords.

Spec OnlyCLI
📦

Cli Tailwind Class Extractor

Scan HTML/JSX/TSX files and output a sorted list of every unique Tailwind class used.

Spec OnlyCLI
📦

Cli Text Transform

Swiss-army knife for text — base64, JWT decode, hash, URL encode, case convert, and more.

Spec OnlyCLI
📦

Cli Todo

Fast terminal todo manager with priorities, tags, due dates, and markdown export.

Spec OnlyCLI
📦

Cli Todo MD

A CLI task manager backed by a simple Markdown file. Add, complete, and organize tasks without leaving your terminal.

Spec OnlyCLI
📦

Cli Tools

Spec OnlyCLI
📦

Developer

✓ BuiltCLI
Open App →
📦

Ops

✓ BuiltCLI
Open App →
📦

Productivity

Spec OnlyCLI
📦

Tools

✓ BuiltCLI
Open App →
📦

Utilities

✓ BuiltCLI
Open App →