Skip to content

A cli module built in node.js to make cli warnings more user friendly. 🤖

Notifications You must be signed in to change notification settings

saeed0x1/beep-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beep-Cli

Beep-cli-Screenshot

A cli module built in node.js. This module will show diffent types of alerts like, success, error, info and warnings.

Installation

npm install beep-cli

Usage

const beep = require("beep-cli")

Example code

const beep = require("beep-cli")

beep({
    type:`success`,
    msg:`It works !`,
    name:`` // It's custom defind name for the beep, It's optional.
})

beep({
    type:`error`,
    msg:`Something went wrong.`,
    name:``

})

beep({
    type:`info`,
    msg:`Information about the cli.`,
    name:``
})

beep({
    type:`warning`,
    msg:`Sussy Warning !!`,
    name:``
})

About

A cli module built in node.js to make cli warnings more user friendly. 🤖

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published