https://github.com/aspida/aspida2openapi
https://github.com/aspida/aspida2openapi
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspida/aspida2openapi
- Owner: aspida
- License: mit
- Created: 2024-08-14T14:46:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:13:43.000Z (over 1 year ago)
- Last Synced: 2025-11-16T21:22:58.810Z (8 months ago)
- Language: TypeScript
- Size: 881 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aspida to OpenAPI

Convert aspida type definitions into OpenAPI Specification.
## Getting Started
```sh
$ npx aspida2openapi
```
## Cli options
### `-o`, `--output`
can change openapi file name
### `-c`, `--config`
path to an aspida config file
### `-w`, `--watch`
enable watch mode
## License
aspida2openapi is licensed under a [MIT License](https://github.com/aspida/aspida2openapi/blob/main/LICENSE).