@di4m0nds/show-log

1.0.9 • Public • Published

Show Log Package

version of package no dependencies

styles styles styles styles

Github repository

github.com/di4m0nds/show-log

Description

This package help you to debug your code with console log, but not is a normal console log. With this package you can to log with colors quickly and easily

Installation

npm i @di4m0nds/show-log

How to use this package?

#1 - Normal Message

showLog('This is a message')
Console-> This is a message

#2 - AutoMessage

showLog()
Console-> show-log 0

if you put more than one showLog(), the number is changed

#3 - Color Message

showLog('Some text', 'BgRed')

this maybe help you for better visualization, you can see all colors in the previous images on top

#4 - Show the line quickly

showThisLine()
Console-> |File: test.js
          |Line: 41
          |Column: 7

Package Sidebar

Install

npm i @di4m0nds/show-log

Weekly Downloads

2

Version

1.0.9

License

ISC

Unpacked Size

531 kB

Total Files

10

Last publish

Collaborators

  • di4m0nds