1.0.9 • Published 2 years ago

@di4m0nds/show-log v1.0.9

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

Github repository

github.com/di4m0nds/show-log

Description

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
1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago