JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 157
  • Score
    100M100P100Q69698F
  • License MIT

> 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

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 Build Status

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:

  • convert schema type to TypeScript type
  • generate TypeScript type 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/cli so we can generate React or React Native project
  • write a plugin for @merryjs/cli so we can generate console projects that using Ant-Design as UI framework
  • write tests

Installation

yarn add @merryjs/swagger # or
npm install @merryjs/swagger --save

Usage

// to be continue