1.0.9 • Published 4 years ago
@di4m0nds/show-log v1.0.9
Github repository
Description
Installation
npm i @di4m0nds/show-logHow to use this package?
#1 - Normal Message
showLog('This is a message')Console-> This is a message#2 - AutoMessage
showLog()Console-> show-log 0if 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