DEV Community

Discussion on: hyperConsole— Instantly load popular JS libraries into devTools and experiment.

Collapse
 
theoutlander profile image
Nick Karnik

Good job Arnav! This is very impressive. As @rhymes said, it would be fantastic as a Chrome Extension. What would be cool is if you provided a command line interface in the console to load these libraries.

For instance, the console should expose a reference to hyper console through the chrome extension and I should be able to do something like:

$hc.load('jquery', 2.1)

This way, I can introduce any version of a library on any web page.

This is a quick and dirty example, but hopefully, you get the picture.

Collapse
 
itsarnavb profile image
Arnav Bansal

Thanks! I'll definitely implement that.