embark-fortune/README.md

26 lines
415 B
Markdown

Embark-Fortune
======
Plugin for [Embark](https://github.com/embark-framework/embark) to display a fortune quote in the console after each build
Installation
======
In your embark dapp directory:
```npm install embark-fortune --save```
then add embark-fortune to the plugins section in ```embark.json```:
```Json
"plugins": {
"embark-fortune": {}
}
```
Requirements
======
- Embark 3.1.0 or higher