stack-editor

0.4.0-a3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i stack-editor

Weekly Downloads

0

Version

0.4.0-a3

License

MIT

Unpacked Size

459 kB

Total Files

49

Last publish

Collaborators

  • jiyinyiyong