rest2ts
v6.3.4
Published
Generate modern TypeScript types from REST APIs
Downloads
1,030
Maintainers
Readme
REST2TS
Generate modern TypeScript types from REST APIs
🚀 Usage
npx rest2ts -s https://petstore.swagger.io/v2/swagger.json -t ./api📖 Docs
👉 https://gaboe.github.io/rest2ts/ 👈
🤝 Support
📦 Contribution
Clone the repository
At root level run
pnpm iChange the at /apps/cli
Write test for your change or test them with
pnpm testif you want to change snapshot run
pnpm test:snapshot:update