1.0.1 • Published 5 months ago
cli-first-vig v1.0.1
Usage
import alert from 'cli-first-vig';
// Provide the type, msg and name options.
alert({type: `success`, msg: `all done!`, name:`DONE`});
alert({type: `warning`, msg: `something(s) are missing!`});
alert({type: `info`, msg: `should be the info you are looking for!`});