Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 830 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 830 Bytes

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