Skip to content

10xly/betterloggingwithecho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betterloggingwithecho

log things to the console

installation

npm install betterloggingwithecho

usage

const log = require("betterloggingwithecho")

log("hello world!") // outputs "hello world!"

log('The', 'quick', 'brown', 'fox') // outputs 'The quick brown fox'

log(1) // outputs 1

log() // outputs undefined

log({e:1}) // outputs { e: 1 }

tests

simply clone the repo, install, and run npm test

examples

clone the repo and run node example

licence

mit

About

console.log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published