> Lets say we want generate codes from swagger api. but the scheme's type is different with `JavaScript`. so we need convert it to `JavaScript` type
npm install @merryjs/swagger> Lets say we want generate codes from swagger api. but the scheme's type is different with JavaScript.
> so we need convert it to JavaScript type
_Note_:
This is a WIP project. ☢
_TODO_:
* [x] convert schema type to TypeScript type
* [x] generate TypeScript type definitions from swagger definitions
* [x] generate a readable data format from swagger api that we can use it in handlebar templates easier
* [ ] write a plugin for @merryjs/cli so we can generate React or React Native project
* [x] write a plugin for @merryjs/cli so we can generate console projects that using Ant-Design as UI framework
* [ ] write tests
``sh`
yarn add @merryjs/swagger # or
npm install @merryjs/swagger --save
`ts``
// to be continue