Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robert197/l.js
- Owner: robert197
- License: apache-2.0
- Created: 2017-09-26T17:06:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T22:48:54.000Z (over 1 year ago)
- Last Synced: 2024-08-08T16:50:45.448Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`