Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Aug 15, 2024
1 parent bb1b49c commit 026a781
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@

## Getting Started

```sh
$ npx aspida2openapi
```

## Cli options

### `-o`, `--output`

can change openapi file name

### `-c`, `--config`

path to an aspida config file

### `--version`

display version

## License

aspida2openapi is licensed under a [MIT License](https://github.com/aspida/aspida2openapi/blob/main/LICENSE).
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"keywords": [
"typescript",
"aspida",
"openapi",
"swagger"
"openapi"
],
"dependencies": {
"aspida": "^1.14.0",
Expand Down

0 comments on commit 026a781

Please sign in to comment.