Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.09 KB

description

npm version

  • 简单地来说,这个工具的作用是:ts 类型 --> JSON-SCHEMA --> mock-data --> mock-server
    • ts 类型 --> JSON-SCHEMA: 即把 ts 定义的类型转为 json-schema,可见 typescript-json-schema
    • JSON-SCHEMA --> mock-data: 即通过 json-schema 生成 mock 数据,可见 json-schema-faker
    • mock-data --> mock-server: 即通过配置文件定义模型(json-schema/ts 类型)和 api 的关系,以生成 mock-server

install

npm install -g @lemon-clown/api-tool
# or
yarn global add @lemon-clown/api-tool

usage