https://github.com/animatedcreativity/node-get-console
Very simple way to get console.log data.
https://github.com/animatedcreativity/node-get-console
Last synced: 4 months ago
JSON representation
Very simple way to get console.log data.
- Host: GitHub
- URL: https://github.com/animatedcreativity/node-get-console
- Owner: animatedcreativity
- License: mit
- Created: 2019-01-10T09:06:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T06:30:12.000Z (over 7 years ago)
- Last Synced: 2025-10-19T16:52:06.723Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-get-console
Very simple way to get console.log data.
Example:
require("node-get-console"); //start using new console
console.log("First");
console.log("Second");
console.log(console.get()); //get previously logged data
console.clear(); //clear console
console.log(console.get()); //cleared already