Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.13 KB

Mini node.js Scratchpad for Mac 📝

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

To Use

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

Development

$ git clone https://github.com/obiwankenoobi/TinyScratchpad.js.git
$ yarn
$ yarn dev

To create package from source

$ git package