https://github.com/porfirioribeiro/openapi2ts
Openapi (Swagger 2) to TypeScript client generator
https://github.com/porfirioribeiro/openapi2ts
openapi openapi-client openapi-codegen openapi2 redux typescript
Last synced: 22 days ago
JSON representation
Openapi (Swagger 2) to TypeScript client generator
- Host: GitHub
- URL: https://github.com/porfirioribeiro/openapi2ts
- Owner: porfirioribeiro
- License: mit
- Created: 2017-12-18T19:48:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:25:04.000Z (about 3 years ago)
- Last Synced: 2025-04-06T22:30:19.758Z (10 months ago)
- Topics: openapi, openapi-client, openapi-codegen, openapi2, redux, typescript
- Language: TypeScript
- Size: 719 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi2ts
Openapi (Swagger 2) to TypeScript client generator
###cli
Not done yet
### Api
### Run sample
`$ yarn`
Transpile TypeScript to JavaSript
`$ yarn build`
`$ cd sample/nodets`
`$ yarn`
Generate sample code
`$ yarn run gen`
Run the Test
`$ yarn start`