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

lemon-clown/api-tool

Repository files navigation

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

About

Deprecated: this repository is no longer maintained, please use https://github.com/guanghechen/barusu/tree/master/tools/restful-api instead

Resources

License

Stars

Watchers

Forks

Packages

No packages published