Skip to content

Chainable any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point. Try it with promises! Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.

Notifications You must be signed in to change notification settings

UniBreakfast/c4console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

c4console for NodeJS

just "npm i c4console" and then require('c4console')

(don't bother saving to the variable - it returns nothing)

versions for the browsers are here (readable) and here (minified)

to use those you need the ViolentMonkey extension or a similar one.

Or you can save locally and add c4console.js file to your project and link it up with the <script src="c4console.js"></script> if you do not want to use it on any web page you visit.

Chainable any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point. Try it with promises! Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.

Browser versions also can autoenable/disable themselves on any page, show DOM elements as objects, preview fetch response body (as text, parsed json or image - yes, images are shown in console).

You can try it here

About

Chainable any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point. Try it with promises! Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published