Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanleecode/openapi-typescript-generator
https://github.com/ryanleecode/openapi-typescript-generator
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/openapi-typescript-generator
- Owner: ryanleecode
- Created: 2020-04-12T04:58:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T18:31:14.000Z (over 2 years ago)
- Last Synced: 2023-03-04T12:10:01.842Z (over 1 year ago)
- Language: TypeScript
- Size: 708 KB
- Stars: 0
- Watchers: 1
- 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
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/openapi-typescript-generator.svg)](https://npmjs.org/package/openapi-typescript-generator)
[![Downloads/week](https://img.shields.io/npm/dw/openapi-typescript-generator.svg)](https://npmjs.org/package/openapi-typescript-generator)
[![License](https://img.shields.io/npm/l/openapi-typescript-generator.svg)](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 printEXAMPLE
$ 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 forOPTIONS
--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)_