Cross platform cli-alert
npm install cli-alert-jib3v3#cli-alert made with node js
``sh`
npm install cli-alerts
`js
const alert = require('cli-alerts')
``
//Provide the type, msg and name of the options
alert({type: 'success', msg: 'All done!'});
alert({type: 'info', msg: 'No info for the moment!'});
alert({type: 'warning', msg: 'You did add nothing !'});
alert({type: 'error', msg: 'Something broke'});
#### > options
Type: object
Default: {}
You can specify the options below
#### > Type
Type: string
Default: error
#### > msg
Type: string
Default: You forgot to define options
You forgot to define options
#### > name
Type: string
Default : '' (Empty String)