1.0.5 • Published 2 years ago

alrt-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm install alrt-cli

cross platform node module package

Usage

const alert = require("alrt-cli")

// provide type , msg , and name options:
// basic usage
// alert(/type ,/ msg ,/ name)

alert(options)
>  options => object 

Default: {}
> param
    type: string
> param
    msg: string 
> param
    name: string 

To use this package run the following command:

npm install alrt-cli
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago