0.4.0-a3 • Published 5 years ago

stack-editor v0.4.0-a3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.4.0-a2

5 years ago

0.4.0-a1

5 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago