Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 441 Bytes

English.md

File metadata and controls

33 lines (17 loc) · 441 Bytes

pont

pont means bridge in French. pont is a API code generator.

usage

swagger

  • 1、make sure that your /v2/api-docs API is login for free

  • 2、

use as cmd

WIP

config

  • originUrl(string)

swagger api url

  • outDir(string)

auto generate code file path

  • templatePath(string)

your custom template path

  • prettierConfig(object)

generated code is formatted by prettier, your can config your prettier style here;