Skip to content

Commit

Permalink
docs(options): options of node-notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Gvozd committed Mar 21, 2022
1 parent d6a6ae5 commit c8022dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ var config = module.exports = {

## Configuration

### All `node-notifier` options

You can use any [node-notifier](https://www.npmjs.com/package/node-notifier) options (depending on your OS)
Except for options generated by the plugin itself:
* `title` - it can be not only a string, but also a function
* `message` - generated based on the value of other options
* `contentImage` - it can be an object with images for different statuses
* `icon` - matches with `contentImage`

### Title

Title shown in the notification.
Expand Down

0 comments on commit c8022dd

Please sign in to comment.