sandeeplogpackage
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i sandeeplogpackage

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

2.21 kB

Total Files

4

Last publish

Collaborators

  • sandeepswnkumar