Simple JavaScript REPLE that keep track of what's in global scope.
Only built & tested on OSX
! There are few issues with showing state of global scope (which I'll fix it over the break). REPL itself should be working correctly.
Download OSX app or Try online demo
In order to run this from source, you'll need electron installed.
npm install -g electron
cd [repo's directory]
npm install
electron .
cd [repo's directory]
electron-packager . observer --platform=darwin --arch=x64 --version=0.36.1 --icon=observer.icns