⚙️ DevOps & CLI
Command-line and infrastructure-as-code helpers — generate Dockerfiles, docker-compose files, Kubernetes YAML, nginx configs, and crontab expressions. Also includes git undo recipes, chmod calculators, bash one-liner references, and editorconfig generators. Designed for developers who live in the terminal.
⏰ Cron Expression Generator
Generate cron expressions from a schedule: every N minutes, daily at a time, weekly on weekdays, monthly on day N.
☸️ Kubernetes YAML Generator
Generate Kubernetes Deployment, Service, and Ingress YAML manifests from a form with sensible defaults.
🐚 Bash One-Liner Generator
Build common bash one-liners without memorizing the syntax. Pick a task, fill in the blanks, copy the command.
🐳 Docker Compose Validator
Validate docker-compose.yml and explain services, networks, and volumes. Paste your compose file and get a full report.
🐳 Dockerfile Generator
Generate a Dockerfile from form inputs — base image, ports, env vars, commands, and best-practice options.
📄 .htaccess Generator
Generate Apache .htaccess config: redirects, HTTPS enforcement, www handling, gzip, caching
📝 .editorconfig Generator
Generate .editorconfig files visually. Configure indentation, charset, line endings, and file-type rules, then copy the ready-to-use config.
🔙 Git Undo Helper
Find the right git command to undo mistakes: wrong branch commits, accidental pushes, lost branches, bad merges, unstaging, and more.
🔧 Nginx Config Generator
Generate nginx server block config: reverse proxy, SSL, gzip, caching, security headers
🚫 .gitignore Generator
Generate a .gitignore file for Node, Python, Go, Rust, Java, and more