We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a REPL. Use the clojure.main option. Supply the Krell parameters in the Parameters: field.
clojure.main
Parameters:
Krell provides a standard ClojureScript REPL that should be compatible with existing nREPL tooling.
(require '[clojure.edn :as edn] '[clojure.java.io :as io] '[cider.piggieback] '[krell.api :as krell] '[krell.repl]) (def config (edn/read-string (slurp (io/file "build.edn")))) (apply cider.piggieback/cljs-repl (krell.repl/repl-env) (mapcat identity config))
For Calva see this