Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.08 KB

File metadata and controls

58 lines (43 loc) · 1.08 KB

DevOps Toolbox

A lightweight, open-source collection of browser-based utilities for converting common DevOps configuration formats. Built with plain HTML, CSS, and JavaScript. No frameworks. No backend. Your data stays in your browser.

Tools

  • JSON → YAML
  • JSON → TOML
  • YAML → JSON
  • YAML → TOML
  • TOML → YAML
  • TOML → JSON

Each tool runs entirely in the browser and supports example input and clearing output.

Why This Exists

DevOps engineers frequently move between tools that require different configuration formats. This toolbox provides fast, no-nonsense conversions without installing CLI tools or dependencies.

Common DevOps Tools by Format

JSON

  • Docker
  • Kubernetes (via JSON manifests)
  • AWS CloudFormation
  • Terraform (state files)
  • OpenAPI / Swagger
  • ESLint
  • Prettier

YAML

  • Kubernetes
  • Helm
  • GitHub Actions
  • GitLab CI
  • Ansible
  • Docker Compose
  • Prometheus
  • Argo CD

TOML

  • Terraform
  • Cargo (Rust)
  • Poetry
  • PDM
  • Hugo
  • Starship prompt
  • Pyproject.toml–based tooling

License

MIT License. Free to use, modify, and distribute.