Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrpandaliu/mock-lite
a lite tool for mock by protobuf
https://github.com/mrpandaliu/mock-lite
Last synced: 4 days ago
JSON representation
a lite tool for mock by protobuf
- Host: GitHub
- URL: https://github.com/mrpandaliu/mock-lite
- Owner: MrpandaLiu
- Created: 2021-08-08T15:06:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T06:42:44.000Z (over 3 years ago)
- Last Synced: 2024-10-11T14:10:40.617Z (about 1 month ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Mock-lite is for FE which mocking data by protobuf.
This tool made by node.js and typescript.## Start
run the command to install:
```
npm install mock-lite -D
```
or
```
yarn add mock-lite -D
```
by the way, if you just need the mock ability, you can install it on global.## Usage
```
[api-path] start mockhelp get help for how to use mock-lite
version check the version of mock-lite
```