Skip to content

khmaies5/log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@monster5/log

npm (scoped)

Makes console logs in the browser looks better

Install

$ npm install --dev @monster5/log

Usage

const mylog = require("@monster5/log");

mylog('Hello World!')
mylog('Success!', 'success')
mylog('Error!', 'error')
mylog('Warning!', 'warning')
mylog('Info...', 'info')

About

npm module to beautify javascript console logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published