Pick your problem below and we'll point you to the right CLI tool, tutorial, and docs.
API Contract Guardian monitors OpenAPI schema diffs across git branches, detects breaking changes, generates migration guides, and gates CI pipelines on contract violations.
pip install git+https://github.com/Coding-Dev-Tools/api-contract-guardian.git
json2sql converts JSON files and datasets to SQL INSERT statements in one command. Supports PostgreSQL, MySQL, and SQLite dialects with smart type inference. Handles nested objects and arrays — no configuration needed.
pip install git+https://github.com/Coding-Dev-Tools/json2sql.git
Datamorph batch-converts between data formats — CSV, JSON, YAML, Parquet, Avro, Protobuf, and more — with smart type inference, schema mapping, and streaming for large files. One command, no config.
pip install git+https://github.com/Coding-Dev-Tools/datamorph.git
DeployDiff reads Terraform plan JSON, CloudFormation change sets, and Pulumi previews to show resource-level diffs, cost impact estimates, and pre-generated rollback commands — all before you hit deploy.
pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git
ConfigDrift compares configurations across environments, flags missing keys, deprecated values, and value mismatches — before they cause incidents. Supports YAML, JSON, TOML, and .env files.
pip install git+https://github.com/Coding-Dev-Tools/configdrift.git
APIAuth is an encrypted local keystore (AES-256-GCM) for API keys and JWTs. Generate, verify, rotate, and revoke keys with one command — plus CI/CD export for GitHub Actions.
pip install git+https://github.com/Coding-Dev-Tools/apiauth.git
APIGhost reads any OpenAPI 3.0/3.1 spec and starts a mock server with realistic fake data. Includes scenario-based error responses, VCR cassette recording for deterministic tests, and CI integration.
pip install git+https://github.com/Coding-Dev-Tools/apighost.git
Envault diffs, syncs, and rotates environment variables across dev, staging, and prod. Smart secret type inference, conflict resolution strategies, and integrations with AWS SSM, Vault, Doppler, and 1Password.
pip install git+https://github.com/Coding-Dev-Tools/envault.git
SchemaForge converts bidirectionally between 11 schema formats: SQL DDL, Prisma, Drizzle, TypeORM, Django, SQLAlchemy, Alembic, JSON Schema, GraphQL SDL, EF Core (C#), and Scala case classes — 110 conversion paths from one CLI. Includes schema diffing and batch directory conversion. VS Code extension available with live preview.
pip install git+https://github.com/Coding-Dev-Tools/schemaforge.git
click-to-mcp auto-wraps any Click or Typer CLI as an MCP server with zero code changes. One command exposes your tools to Claude Code, Codex, Cursor, and any MCP-compatible AI.
pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git
DeadCode detects unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects. Full TypeScript compiler API with dry-run preview and CI integration.
pip install git+https://github.com/Coding-Dev-Tools/deadcode.git