Embark plugin to display a fortune message after every build
Go to file
Iuri Matias cb667aa04e update readme 2018-06-28 11:43:08 -04:00
.gitignore initial commit 2018-06-28 11:39:14 -04:00
README.md update readme 2018-06-28 11:43:08 -04:00
index.js initial commit 2018-06-28 11:39:14 -04:00
package-lock.json initial commit 2018-06-28 11:39:14 -04:00
package.json initial commit 2018-06-28 11:39:14 -04:00

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