kaola-fed / foxman

:fish_cake: an extensible mock server

Home Page:https://foxman.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:fish_cake: an extensible mock server

https://foxman.js.org

License:MIT License


Languages

Language:JavaScript 88.7%Language:CSS 4.2%Language:FreeMarker 3.2%Language:HTML 2.8%Language:TypeScript 1.1%