A small web app to validate, format, convert, and escape YAML. Everything runs in the browser; no data is sent to any server.
- Validate – Parse YAML and see errors with line/column
- Beautify / Minify – Format or compress YAML (flow style)
- Convert – Convert between YAML and JSON
- Escape / Unescape – YAML string escaping
npm install
npm run devOpen http://localhost:3000.
npm run build
npm run start