Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 580 Bytes

File metadata and controls

26 lines (17 loc) · 580 Bytes

demock-server

A Demock-enabled simple HTTP server

Installation

npm install -g demock-server

Usage

demock-server [options] [root directory]

Options:

-h, --help              output usage information
-V, --version           output the version number
-j, --json-path <path>  specify the relative path to mock JSON data [/]
-p, --port <port>       specify the port [3000]
-i, --ignore-mime       ignore MIME type

By default, the current working directory is served and all JSON files are filtered through Demock.