Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:25:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T12:34:44.033Z (over 1 year ago)
- Topics: openapi, openapi-client, openapi-codegen, openapi2, redux, typescript
- Language: TypeScript
- Size: 719 KB
- Stars: 0
- Watchers: 2
- 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`