0.4.0-a3 • Published 6 years ago
stack-editor v0.4.0-a3
Deprecated, use Calcit Editor instead!.
Stack Editor
A structured editor of Clojure(Script).
Usage
npm install -g stack-editorCreate stack.cirru:
{:package "demo"
:files {}}Run editor:
stack-editor stack.cirru

Options
For the UI part of the editor, it's based on the address:
http://repo.cirru.org/stack-editor/?host=localhost&port=7010
port, defaults to7010, server porthost, defaults to"localhost", server domain
For the server part, is an npm command line:
op=watch port=7010 extension=.cljs out=src/ stack-editor stack.cirruport, defaults to7010, server port corresponding to the UI partextension, defaults to".cljs", file extension of the generated filesout, defaultssrc/output folderop, defaults towatch, or you may usecompileto force compiling
Develop
Project template https://github.com/mvc-works/stack-workflow
Read developer guide for more.
License
MIT