Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 415 Bytes

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