Package Exports
- @merryjs/swagger
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@merryjs/swagger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Swagger 
Lets say we want generate codes from swagger api. but the scheme's type is different with
JavaScript. so we need convert it toJavaScripttype
Note:
This is a WIP project. ☢
TODO:
- convert schema type to
TypeScripttype - generate
TypeScripttype definitions from swagger definitions - generate a readable data format from swagger api that we can use it in handlebar templates easier
- write a plugin for
@merryjs/cliso we can generateReactorReact Nativeproject - write a plugin for
@merryjs/cliso we can generate console projects that usingAnt-Designas UI framework - write tests
Installation
yarn add @merryjs/swagger # or
npm install @merryjs/swagger --saveUsage
// to be continue