8000 GitHub - kaola-fed/foxman: :fish_cake: an extensible mock server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaola-fed/foxman

Repository files navigation

Foxman

Fox lies, which means mock; Man means intellectual and elegant

NPM version build build download node styled with prettier Code of Conduct license

Features

🦊 Mock Server Support customizing template engine

😎 Living Reload More flexible livereload mechanism

πŸ“‘ Remote Debugging Render local template with remote data, convenient for debugging

πŸš€ Runtime Processor Any processor implementing foxman-processor's interface can be loaded

🐞 Debuger Integrate with vconsole, good for mobile debugging

πŸ’― NEI support NEI inside, which is known as a normative api definiting platform

πŸ€” Extensible Extensible enough for adding your own functionality

Installation

# with npm
$ npm i -g foxman
# or with yarn
$ yarn global add foxman

⚠️ foxman doesn't support nodejs under 6.4.0

Quick Start

1. Configure

Simply populate a foxman.config.js file in your project root

Add following content into this file:

module.exports = {
  // ...
};

Dive into full documentation β‡— if you wanna get more configuration guides

2. Run

$ foxman

Screenshot

Screenshot

Contributors


君羽

πŸ’» πŸ”Œ πŸš‡ πŸ“– ⚠️ πŸ› πŸ’‘

MO

πŸ’» πŸ”Œ πŸš‡ πŸ“– ⚠️ πŸ›

froguardoge

πŸ’» πŸ”Œ πŸ“–

LICENSE

MIT

0