TypeScript Types Generator
A Yaak plugin that generates TypeScript types from HTTP response JSON.
Installation
- Open Yaak → Settings → Plugins
- Click “Install from directory”
- Select this folder
Usage
- Make an HTTP request that returns JSON
- Right-click on the request → “Generate TypeScript Types”
- Types are copied to your clipboard
Development
# Install dependencies
npm install
# Build the plugin
npm run build
# Watch mode
npm run dev
License
MIT