generator-swaggerize
Lead Maintainer: Trevor Livingston
Yeoman generator for swagger application with krakenjs/swaggerize tools.
Generates projects for:
- Express
- Hapi
See also:
Usage
Install yeoman's yo
if you haven't already:
$ npm install -g yo
Install generator-swaggerize
:
$ npm install -g generator-swaggerize
Create a project:
$ yo swaggerize
Re-running handlers, test, and models generator
In an existing project, you can run the generator with the --only
option. This option supports a comma delimited string of types to generate.
$ yo swaggerize --only=handlers,models,tests
Other CLI Options
--framework
- specify the framework (hapi
orexpress
).--apiPath
- specify the path to the swagger document.