Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 551 Bytes

File metadata and controls

21 lines (15 loc) · 551 Bytes

Format Master

A powerful format converter that supports JSON, XML, and YAML formats with features like formatting, minification, and tree view.

Features

  • Convert between JSON, XML, and YAML formats
  • Format and beautify code
  • Minify code
  • Interactive tree view for JSON
  • AI-powered format fixing with Gemini (pending implementation)

Run Locally

Prerequisites: Node.js and pnpm

  1. Install dependencies: pnpm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: pnpm dev