embark-fortune

Embark plugin to display a fortune quote after each build

Usage no npm install needed!

<script type="module">
  import embarkFortune from 'https://cdn.skypack.dev/embark-fortune';
</script>

README

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