Cross platform CLI Alerts with colors & colored symboled for success, info, warning, error. Works on macOS, Linux, and Windows
npm install cli-alert 

> Cross Platform CLI Alerts

``sh`
npm install cli-alert

`js
const alert = require('cli-alert')
// You can choose between SUCCESS, INFO, WARNING, ERROR
alert()
// Prints: ✖ ERROR You forgot to define all options
alert({ type: 'success', msg: 'All Done!', name: 'Great' })
// Prints: ✔ GREAT All Done!
alert({ type: 'info', msg: 'This is a cool package' })
// Prints: ℹ INFO This is a cool package
alert({ type: 'warning', msg: "You didn't add something!" })
// Prints: ⚠ WARNING You didn't add something!
alert({ type: 'error', msg: 'Something went wrong mate' })
// Prints: ✖ ERROR Something went wrong mate
`

#### ❯ options
Type: object
Default: {}
#### ❯ type
Type: stringerror
Default:
#### ❯ msg
Type: stringYou forgot to define all options
Default:
#### ❯ name
Type: string
Default:

KEY: 📦 NEW, 👌 IMPROVE, 🐛 FIX, 📖 DOC, 🚀 RELEASE, and ✅ TEST`
> _I use Emoji-log, you should try it and simplify your git commits._

- MIT © Tauqueer Khan
- Code of Conduct

- This readme was build using template and icons from Ahmad Awais