Skip to content

Commit

Permalink
docs: add Description about outuput dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-sann committed Jan 12, 2022
1 parent 1af8f77 commit 4bbac97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@ module.exports = {
```sh
$ npx openapi2aspida
```
## Cli options

### outputDit

can chenge aspida output directory

#### example

```bash
npx openapi2aspida -i=openApi/sample.yaml -o=lib/api/sample
```

## License

Expand Down

0 comments on commit 4bbac97

Please sign in to comment.