mattdesl/budo

Playground mode

Closed this issue ยท 3 comments

dy commented

A question/idea.

Oftentimes I find myself creating a test.js, installing some packages, running budo test.js and playing around, then deleting it. Same time for node it is enough to just run node and do js directly in terminal.
Wouldn't it be great for budo to have same option? Just run budo, play around in browser's console with exposed require function and that's it. Or that better fits for separate package? Maybe there are already some.

I think you might be interested in devtool which pretty much does this. It hasn't been super well maintained but it should still work for a simple playground. ๐Ÿ˜„

I don't think this really fits within budo scope, and I'm not sure how it would be possible, so I will close. Feel free to comment if there are more ideas here or like this.