nreplops-tool 0.0.3

A non-interactive nREPL client for shell scripting and the command line
1
2
3
4
5
6
{:paths ["test-clj"]
 :deps {nrepl/nrepl {:mvn/version "0.9.0"}
        cider/cider-nrepl {:mvn/version "0.28.3"}}
 :aliases {:cider {:main-opts ["-m" "nrepl.cmdline"
                               "--middleware" "[cider.nrepl/cider-middleware]"]}
           :repl {:main-opts ["-m" "nrepl.cmdline" "--interactive"]}}}