shadow-cljs - CLJ REPL

(shadow/start-worker :foo) - Starts a dev process for build :foo
(shadow/repl :foo) - Switches the current REPL to that of :foo
(shadow/stop-worker :foo) - Stop the dev process

(shadow/once :foo) - Compiles a dev build once
(shadow/release :foo) - Create a release build for :foo

More coming soon ...