Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including cmd_style with all npm packages installed. Try it out:

var b = require('cmd_style'); b.conslogStart('starting logging\r' + b.timeslog()); b.style1('cmd_style! by antfriend'); b.box('enjoy!', '*', 3); b.box1('Wow! This is\r so great!\rJust Incredible!!!'); //replay what is in the log so far console.log('=== instant replay ===================='); console.log('= ' + b.timeslog() + ' ='); b.replayConslog(); console.log('=== that was an instant replay ========='); //tree view of an object var an_object = { "name": "blarg", "prop1": "test" }; b.tree(an_object);

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

cmd_style v1.1.2

console ascii bling to fancy-up your logs and response text.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free