1.0.14 • Published 7 years ago

cljs-boot v1.0.14

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago
  • cljs-boot

Inspired by [https://github.com/boot-clj/boot], It's just has some simple features currently.

** Installation #+begin_src sh npm install -g cljs-boot #+end_src

Usage * Tasks - lumo: a wrapper for [https://github.com/anmonteiro/lumo], auto invalid expired cache when enable cache - watch: auto re-run tasks of subsequent when listening file changed - reload: reload modified namespaces *** Command line #+begin_src sh cljs-boot lumo -K -c src -m foo.bar

auto relaunch lumo when src modified

cljs-boot watch -d src lumo -c src -K -m foo.bar

auto reload changed namespaces

cljs-boot lumo -K -m app.core watch -d src reload #+end_src

* As plugin for npm ** Features - auto download cljs.dependencies from https://clojars.org/repo - auto add cljs.dependencies & cljs.source-paths to classpath for lumo - cljs.dependencies not support recursively, you need do it manually

*** Example #+begin_src json { "name": "app", "version": "1.0.0", "scripts": { "start": "cljs-boot lumo -K -m app.core", "dev": "cljs-boot watch -d src lumo -K -m app.core" }, "dependencies": { "cljs-boot": "^1.0.3", "lumo-cljs": "", "socket.io-client": "0.9.17" }, "cljs": { "source-paths": "src" , "dependencies": { "andare": "0.4.0" } } } #+end_src

** (cljs-boot) TODO It depends to you, :-)

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago