Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robert197/l.js

tiniest script for lazy developers to replace console.log with just an l
https://github.com/robert197/l.js

Last synced: about 2 months ago
JSON representation

tiniest script for lazy developers to replace console.log with just an l

Awesome Lists containing this project

README

        

# l.js
tiniest script for lazy developers to replace console.log with just an l

## Usage
1. install l with `npm install just-l --save-dev`
1. load l.js script wherever you want in your website or application.
1. since now use `l('msg to log', 'object to log', 'anything else')` instead of using `console.log`