observer icon indicating copy to clipboard operation
observer copied to clipboard

JS REPL which keeps track of global names

Observer

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

capture

Dependency

In order to run this from source, you'll need electron installed. npm install -g electron

To start

cd [repo's directory]
npm install
electron .

To build .app file

cd [repo's directory]
electron-packager . observer --platform=darwin --arch=x64 --version=0.36.1 --icon=observer.icns