/arvis-notifier

Update notifications for Arvis extension

Primary LanguageTypeScriptMIT LicenseMIT

arvis-notifier

CodeFactor Known Vulnerabilities NPM download total NPM version MIT license PR's Welcome GitHub issues

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