1.0.2 • Published 1 year ago

sandeeplogpackage v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Log Package

This package is used to print colorful text in console.

Installation

npm i sandeeplogpackage

Usage

In Code

import LogPackage from 'sandeeplogpackage';

const testFunction = () => {

    LogPackage.success("This is success")
    LogPackage.danger("This is danger")
    LogPackage.info("This is info")
    
}

In Console

This is success (in green color)
This is danger (in red color)
This is info (in yellow color)
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago