postman-to-code
postman-to-code copied to clipboard
An app that helps you to convert postman JSON data to useable typescript types
Postman to Typescript
This project helps frontend developers to ease their work by converting postman json data to usable typescript code. Currently using this tool you can generate typescript types based on data provided in postman json
How to use it
- Go to postman, choose collection you want to export in json format.
- Click three dots, it opens menu of options, click export choose v2.1.
- Copy and paste json data into textarea in the site.
Configurations
Branches
- Dev branch
staging - Production branch
master
Naming Convention
- kabab-case
.tsxending for React components.style.tsxending for Styled React components.tsfor non-react files