embark-fortune/README.md

26 lines
415 B
Markdown
Raw Normal View History

2018-06-28 15:43:08 +00:00
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