atemoia icon indicating copy to clipboard operation
atemoia copied to clipboard

Is it possible to combine cli (reps.edn) and class (shadow-cljs) in a same project directory?

Open madeinquant opened this issue 2 years ago • 1 comments

Thank for your full stack example, would you comment how to combine command line (reps.edn) and class (shadow-cljs) in a same project directory?

madeinquant avatar Apr 16 '22 12:04 madeinquant

shadow-cljs is a command line too, developed in clojure. It is nothing but clojure function, that can be invoked directly from command line, or from a clojure REPL.

Most of tutorials invoke shadow-cljs from npm, npx, or clj. I prefer to do everything in a single repl, with a single JVM.

This answer your question? If so, LMK and I will add to FAQ.

souenzzo avatar Jun 09 '22 09:06 souenzzo