node-notifier-cli
Advanced tools
Weekly downloads
Readme
node-notifier
CLISeparate package for node-notifier
CLI.
npm i [-g] node-notifier-cli
or try it out with npx
npx -p node-notifier-cli notify -t 'Hello' -m 'My message'
notify -h
# notify
## Options
* --help (alias -h)
* --title (alias -t)
* --subtitle (alias -st; not available on Windows OS)
* --message (alias -m)
* --icon (alias -i)
* --sound (alias -s; use none to disable default sound notification)
* --open (alias -o)
* --port (alias -p)
* --host
* --failsafe (alias -x; time in milliseconds)
## Example
$ notify -t "Hello" -m "My Message" -s --open http://github.com
$ notify -t "Agent Coulson" --icon https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/coulson.jpg
$ notify -m "My Message" -s Glass
$ echo "My Message" | notify -t "Hello"
FAQs
CLI API for node-notifier
The npm package node-notifier-cli receives a total of 623 weekly downloads. As such, node-notifier-cli popularity was classified as not popular.
We found that node-notifier-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.