embark-fortune/README.md

415 B

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