Skip to content

Commit c8022dd

Browse files
committed
docs(options): options of node-notifier
1 parent d6a6ae5 commit c8022dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ var config = module.exports = {
5454

5555
## Configuration
5656

57+
### All `node-notifier` options
58+
59+
You can use any [node-notifier](https://www.npmjs.com/package/node-notifier) options (depending on your OS)
60+
Except for options generated by the plugin itself:
61+
* `title` - it can be not only a string, but also a function
62+
* `message` - generated based on the value of other options
63+
* `contentImage` - it can be an object with images for different statuses
64+
* `icon` - matches with `contentImage`
65+
5766
### Title
5867

5968
Title shown in the notification.

0 commit comments

Comments
 (0)