We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a6ae5 commit c8022ddCopy full SHA for c8022dd
README.md
@@ -54,6 +54,15 @@ var config = module.exports = {
54
55
## Configuration
56
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
66
### Title
67
68
Title shown in the notification.
0 commit comments