Plugin for Embark to display a fortune quote in the console after each build
In your embark dapp directory:
npm install embark-fortune --save
then add embark-fortune to the plugins section in embark.json:
"plugins": {
"embark-fortune": {}
}- Embark 3.1.0 or higher