infiniteluke / aquifer-done

Know when your Aquifer build is done.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aquifer-done

Know when your Aquifer build is done.

Image of Aquifer Done Notification

NOTE

Aquifer done is not released on NPM and the following installation instructions will only apply thereafter. In the meantime, installtion requires:

aquifer extension-add infiniteluke/aquifer-done

Then hack your aquifer.json file to edit the extension name from infiniteluke/aquifer-done to aquifer-done.

Installation (N/A ATM)

To install this extension, in your Aquifer project, run:

aquifer extension-add aquifer-done

Use

This extension does not expose an commands for you to use with Aquifer. It exposes a post build function that will let you know when your Aquifer build is done.

aquifer-done wraps node-notifier and allows you to specify a custom message to display when your build is done.

Configuration

in your aquifer.json file:

...
"extensions": {
  "aquifer-done": {
    "postBuild": "Aquifer build is done!"    
    "sound": true, // Only Notification Center or Windows Toasters.
    "wait": true // Wait until user action is taken on notification.
}
...

About

Know when your Aquifer build is done.


Languages

Language:JavaScript 100.0%