just-l
v0.0.2
Published
tiniest script for lazy developers to replace console.log with just an l
Downloads
1
Maintainers
Readme
l.js
tiniest script for lazy developers to replace console.log with just an l
Usage
- install l with
npm install just-l --save-dev
- load l.js script wherever you want in your website or application.
- since now use
l('msg to log', 'object to log', 'anything else')
instead of usingconsole.log