cb667aa04e | ||
---|---|---|
.gitignore | ||
README.md | ||
index.js | ||
package-lock.json | ||
package.json |
README.md
Embark-Fortune
Plugin for 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
:
"plugins": {
"embark-fortune": {}
}
Requirements
- Embark 3.1.0 or higher