custom-mock-plugins
v1.0.6
Published
The plugin system is design for [AIMS repo](https://github.freewheel.tv/zhiyiwang/AIMS). If you're interested, you can refer to the [tech design](https://wiki.freewheel.tv/display/BUATH/1.+Tech+Design%3A+Mock+Server#id-1.TechDesign:MockServer-CustomMockin
Downloads
3
Readme
custom-mock-plugins
The plugin system is design for AIMS repo. If you're interested, you can refer to the tech design and give suggestions.
Installation
Using npm:
$ npm i custom-mock-plugins -save
$ yarn add custom-mock-plugins --dev
In Node.js:
var { enumsPlugin } = require('custom-mock-plugins')
// Load the full build.
var _ = require('custom-mock-plugins');
Note: Install n_ for custom-mock-plugins using in the Node.js < 6 REPL.
Support
Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12. Automated browser & CI test runs are available.