A javascript console implementation on top of ACE editor.
- ace
Optional:
- ace theme-textmate
- ace mode-javascript
Clone our custom repo
git clone git://github.com/rxaviers/ace.git
Branch console_hacks
cd ace
git checkout console_hacks
Build
npm install
node Makefile.dryice.js -m
Copy the built files to /libs
cd ..
cp ace/build/src-min/ace.js console.js/libs
In the HTML:
<div id="shell"></div>
In the javascript:
new Shell("shell");