Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 mock

help get help for how to use mock-lite

version check the version of mock-lite
```