0.0.2 • Published 5 years ago

@lemon-clown/api-tool v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

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