https://github.com/pevers/conswole
CONSOLE ON STEROIDS
https://github.com/pevers/conswole
Last synced: 3 months ago
JSON representation
CONSOLE ON STEROIDS
- Host: GitHub
- URL: https://github.com/pevers/conswole
- Owner: pevers
- Created: 2016-09-04T16:55:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T20:41:58.000Z (almost 10 years ago)
- Last Synced: 2025-05-26T13:52:44.336Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CONSWOLE
BEST NODE MODULE IN THE WORLD PERIOD
# INSTALL
```
npm install conswole
```
# HOW TO USE
```node
require('conswole');
console.log('swole much??'); // output: SWOLE MUCH??
```