https://github.com/zhangjingqiang/multi-file-swagger-example
https://github.com/zhangjingqiang/multi-file-swagger-example
json swagger yaml
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangjingqiang/multi-file-swagger-example
- Owner: zhangjingqiang
- Created: 2019-08-09T12:54:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T22:22:32.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T12:04:39.688Z (over 1 year ago)
- Topics: json, swagger, yaml
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi File Swagger Example
## Usage
Install the node tool:
```bash
npm install -g multi-file-swagger
```
Run the command:
```bash
multi-file-swagger index.yaml > index.json
multi-file-swagger -o yaml index.yaml > compiled.yaml
```
## License
MIT