krakenjs / generator-swaggerize

Yeoman generator for design-driven apis with swagger 2.0 and krakenjs/swaggerize tools.
Other
70 stars 34 forks source link

Add support for YAML Swagger files #29

Closed mohsen1 closed 9 years ago

mohsen1 commented 9 years ago

Tests are missing, please guide me to add tests.

tlivings commented 9 years ago

Does this support need to exist in swaggerize-hapi and swaggerize-express as well?

mohsen1 commented 9 years ago

With Swagger 2.0, there is a lot of YAML Swagger specs out there. It would be a good to have feature for those libraries too.

tlivings commented 9 years ago

I agree. I am going to pull in your commit but I think it needs a little more work. For example, if we start with yaml then we should copy the yaml across to config directory. Consequently, support will need to be added to the other projects as well.

tlivings commented 9 years ago

Closing in favor of https://github.com/krakenjs/generator-swaggerize/pull/30. Your commits are available there.

mohsen1 commented 9 years ago

:+1: