We dont always want to create new project to test snippets of code. Somtimes we just need to run 3-4 lines of code to test a method or the result of some function you just thought about. I created this project exactly to address this issue. (: run snippets of code directly through the navbar. download
๐ฅ ES6 support
๐ฅ Auto Complete
๐ฅ Quick navbar access
๐ฅ Complete Shell in terminal
๐ฅ Code run while typing
๐ฅ Save script
The tool will try detect node from /usr/local/bin/node in case your binary isnt there you might specify it manually following the instruction below
-
in the first line please specify the path to
node
like so/* /usr/local/bin/node */ // rest of your code
-
to Quit
Command + Q
-
to Save
Command + S
$ git clone https://github.com/obiwankenoobi/TinyScratchpad.js.git
$ yarn
$ yarn dev
$ git package