Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

arvis-notifier

jopemachine40MIT0.1.0TypeScript support: included

Update notifications for Arvis extension

arvis, arvis-workflow, arvis-plugin, arvis-extension, arvish

readme

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.