Convert your Bruno API collections to type-safe TypeScript code with React Query hooks, Axios clients, and OpenAPI specifications. Includes automatic change detection and changelog generation.
openapi-converter/ ├── src/ │ ├── cli.ts # CLI entry point │ └── index.ts # Main conversion logic ├── test/ │ └── index.test.ts # Tests ├── dist/ # Build output (generated) ├── biome.json # Biome ...