1.0.3 • Published 5 years ago

local-mock-server v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

local-mock-server

A simple local mock server with cli tool

About

You can use it with Node.js API or CLI tool.

Install

$ npm i --save-dev local-mock-server

Example

CLI

serve mock files in 'mockdir' directory

mock -d mockdir

Node.js API

const mock = require('local-mock-serever')
mock('mockdir') // '/mock' directory by default