/textarea-to-code-editor

Chrome extension for converting textarea to code editor

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

textarea-to-code-editor

Build Status

Chrome extension for converting textarea to code editor

Available in the chrome web store

Building

For building local version of extensions you should run:

lein bower install
lein cljsbuild once
lein run

And install unpacked extension from resources.

For running tests:

lein cljsbuild test