Skip to content

A lightweight collection of browser-based tools for converting JSON, YAML, and TOML used across DevOps workflows.

License

Notifications You must be signed in to change notification settings

dsaikiran01/tools

Repository files navigation

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.

About

A lightweight collection of browser-based tools for converting JSON, YAML, and TOML used across DevOps workflows.

Topics

Resources

License

Stars

Watchers

Forks

Languages