Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.58 KB

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