Hyper Fetch cli for code generation and utilities
npm install @hyper-fetch/cliHyper Fetch CLI is our command line featuring request sdk generators.
✨ Generate code - from OpenApi V3 / Swagger schema - both types and actual requests.
✨ Flexible - after generation you can edit Hyper Fetch client and all related requests.
✨ No additional boilerplate - if you know Hyper Fetch, you don't need anything else.
``tsx`
npx @hyper-fetch/cli@latest
...and it works! All code generated and ready to use.
- #### Installation
- #### Docs
- #### API
- #### NPM
- #### Guides
This package is heavily inspired by Openapi Client Axios. Thanks
anttiviljami` for all his hard work!