nreplops-tool 0.0.6

Non-interactive nREPL client for shell scripting and command-line
1
2
3
4
5
6
7
8
9
10
{:paths ["test/clj"]
 :deps {nrepl/nrepl {:mvn/version "0.9.0"}
        cider/cider-nrepl {:mvn/version "0.28.3"}}
 :aliases {:test {:exec-fn tests/run}
           :repl {:main-opts ["-m" "nrepl.cmdline"
                              "--middleware" "[cider.nrepl/cider-middleware]"
                              "--interactive" "--color"]}
           :style {:extra-deps {mvxcvi/cljstyle #:git{:url "https://github.com/greglook/cljstyle.git"
                                                      :sha "14c18e5b593c39bc59f10df1b894c31a0020dc49"}}
                   :main-opts ["-m" "cljstyle.main"]}}}