Update notifications for your Alfred workflow
$ npm install --save alfred-notifier
const alfredNotifier = require('alfred-notifier');
alfredNotifier();
const alfy = require('alfy');
const alfredNotifier = require('alfred-notifier');
// Checks for available update and updates the `info.plist`
alfredNotifier();
alfy.output([
{title: '🦄'},
{title: '🌈'}
]);
Checks if there is an available update. If an update is available, it will add a message as subtext of your workflow.
MIT © Sam Verschueren