1.0.1 • Published 5 months ago

cli-first-vig v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

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!`});
1.0.1

5 months ago

1.0.0

5 months ago