https://github.com/ryanleecode/openapi-typescript-generator
https://github.com/ryanleecode/openapi-typescript-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/openapi-typescript-generator
- Owner: ryanleecode
- Created: 2020-04-12T04:58:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T18:31:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T21:22:31.915Z (over 1 year ago)
- Language: TypeScript
- Size: 708 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openapi-typescript-generator
============================
Openapi 3.0 code generator for Typescript
[](https://oclif.io)
[](https://npmjs.org/package/openapi-typescript-generator)
[](https://npmjs.org/package/openapi-typescript-generator)
[](https://github.com/drdgvhbh/openapi-typescript-generator/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ npm install -g openapi-typescript-generator
$ openapi-typescript-generator COMMAND
running command...
$ openapi-typescript-generator (-v|--version|version)
openapi-typescript-generator/0.0.0 linux-x64 node-v13.5.0
$ openapi-typescript-generator --help [COMMAND]
USAGE
$ openapi-typescript-generator COMMAND
...
```
# Commands
* [`openapi-typescript-generator hello [FILE]`](#openapi-typescript-generator-hello-file)
* [`openapi-typescript-generator help [COMMAND]`](#openapi-typescript-generator-help-command)
## `openapi-typescript-generator hello [FILE]`
describe the command here
```
USAGE
$ openapi-typescript-generator hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ openapi-typescript-generator hello
hello world from ./src/hello.ts!
```
_See code: [src/commands/hello.ts](https://github.com/drdgvhbh/openapi-typescript-generator/blob/v0.0.0/src/commands/hello.ts)_
## `openapi-typescript-generator help [COMMAND]`
display help for openapi-typescript-generator
```
USAGE
$ openapi-typescript-generator help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_