Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pevers/conswole
CONSOLE ON STEROIDS
https://github.com/pevers/conswole
Last synced: about 1 month ago
JSON representation
CONSOLE ON STEROIDS
- Host: GitHub
- URL: https://github.com/pevers/conswole
- Owner: pevers
- Created: 2016-09-04T16:55:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T20:41:58.000Z (about 8 years ago)
- Last Synced: 2024-10-07T07:57:16.974Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- 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??
```