Closed ersel closed 5 years ago
Update notifications from this library looks pretty cool: https://github.com/yeoman/update-notifier
However, there seems to be an issue with it. https://github.com/yeoman/update-notifier/issues/67
So we could still use our check logic but copy the representation format from the update-notifier library.
To do this we'll need the boxen library and adapt following lines of code: https://github.com/yeoman/update-notifier/blob/master/index.js#L110-L128
happy with what we have
Update notifications from this library looks pretty cool: https://github.com/yeoman/update-notifier
However, there seems to be an issue with it. https://github.com/yeoman/update-notifier/issues/67
So we could still use our check logic but copy the representation format from the update-notifier library.
To do this we'll need the boxen library and adapt following lines of code: https://github.com/yeoman/update-notifier/blob/master/index.js#L110-L128