https://github.com/developertown/create-openapi-client
CLI for easily creating OpenAPI client libraries with typescript.
https://github.com/developertown/create-openapi-client
cli library openapi openapi-codegen typescript
Last synced: about 1 month ago
JSON representation
CLI for easily creating OpenAPI client libraries with typescript.
- Host: GitHub
- URL: https://github.com/developertown/create-openapi-client
- Owner: developertown
- License: mit
- Created: 2020-04-06T12:33:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T11:23:54.000Z (almost 4 years ago)
- Last Synced: 2025-07-09T04:44:27.855Z (8 months ago)
- Topics: cli, library, openapi, openapi-codegen, typescript
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @developertown/create-openapi-client
[](https://oclif.io)
[](https://npmjs.org/package/@developertown/create-openapi-client)
[](https://npmjs.org/package/@developertown/create-openapi-client)

# Usage
```sh
npx @developertown/create-openapi-client petstore-api https://petstore.swagger.io/v2/swagger.json
or
$ yarn create @developertown/openapi-client petstore-api https://petstore.swagger.io/v2/swagger.json
```