generator-swaggerize
Lead Maintainer: Trevor Livingston
![Build Status](https://travis-ci.org/krakenjs/generator-swaggerize.svg?branch=master)
![NPM version](https://badge.fury.io/js/generator-swaggerize.png)
Yeoman generator for swagger application with krakenjs/swaggerize tools.
Generates projects for:
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
or express
).--apiPath
- specify the path to the swagger document.