0.4.0-a3 • Published 4 years ago

stack-editor v0.4.0-a3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Deprecated, use Calcit Editor instead!.

Stack Editor

A structured editor of Clojure(Script).

Usage

Server part:

npm install -g stack-editor

Create stack.cirru:

{:package "demo"
 :files {}}

Run editor:

stack-editor stack.cirru

Command Line Workspace Dependency tree Finder

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 to 7010, server port
  • host, 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.cirru
  • port, defaults to 7010, server port corresponding to the UI part
  • extension, defaults to ".cljs", file extension of the generated files
  • out, defaults src/ output folder
  • op, defaults to watch, or you may use compile to force compiling

Develop

Project template https://github.com/mvc-works/stack-workflow

Read developer guide for more.

License

MIT

0.4.0-a3

4 years ago

0.4.0-a2

4 years ago

0.4.0-a1

4 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago