-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI support for YAML output #53
Conversation
Hi @mandrean thanks for this suggestion! |
@kalinchernev Really? Wtf. It works fantastically well for us on a project... Need to investigate further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was testing with .yml
, not .yaml
, which works well.
Ah @kalinchernev! I should probably add |
It could be nice,yes :) Although not required, as the |
@kalinchernev Done! :) |
Basically adds support for
./bin/swagger-jsdoc -o output.yaml
.