0.1.0 • Published 3 years ago

arvis-notifier v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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