herb-plugin-anymock
v1.4.6
Published
![npm](https://img.shields.io/npm/dw/herb-plugin-anymock) ![build](https://img.shields.io/badge/build-passing-brightgreen) ![types](https://img.shields.io/badge/types-TypeScript-blue)
Downloads
12
Readme
herb-plugin-anymock
Install
npm install herb-plugin-anymock --dev
yarn add herb-plugin-anymock --dev
Usage
// herb.config.json
{
"dev": {
"plugins": [
"herb-plugin-anymock", {
"enable": true,
"token": "Your Project Token"
}
]
}
}