1.0.2 • Published 4 years ago

@lubowiecki/node-notify v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

node-notify

Simple wrapper around chalk

Usage

import {Notify} from '@lubowiecki/node-notify';

Notify.success({message: 'message'});
Notify.warning({message: 'message'});
Notify.info({message: 'message'});
Notify.error({message: 'message', error: new Error('Some error')});

result