Swagger to Tinkerbell Web Routing
This package generates a Haxe class from a swagger specification file. The code is generated using mustache templates.
haxelib install build.hxml
haxe build.hxml
node cmd.js -swagger [myswagger.json] -className [myRouterClassName]
node cmd.js -swagger swagger.json -className Api
will output Api.hx