arvis-notifier
v0.1.0
Published
Update notifications for Arvis extension
Downloads
18
Maintainers
Readme
arvis-notifier
Notify update for your Arvis extension
This lib is inspired and cloned from alfred-notifier
Install
$ npm install --save arvis-notifier
Usage
Simple example
const arvishNotifier = require('arvish-notifier');
arvishNotifier();
You don't need to call arvish-notifier
directly if you are using arvish because arvish do this instead.
Related
arvish - Arvis workflow, plugin creator tools
arvis-extension-updater - Arvis extension updater (only installed by npm)