Skip to content

Commit

Permalink
Merge pull request #96 from vinurs/master
Browse files Browse the repository at this point in the history
feat: add cider cmd for bb
  • Loading branch information
yogthos committed Apr 26, 2023
2 parents 6e9762c + a4f7eed commit 8c192e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/deps-template/resources/io/github/kit_clj/kit/bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
nrepl {:doc "starts the nREPL"
:task (clojure {:dir "."} "-M:dev:nrepl")}

cider {:doc "starts the cider"
:task (clojure {:dir "."} "-M:dev:cider")}

test {:doc "runs tests"
:task (clojure {:dir "."} "-M:test")}

Expand Down

0 comments on commit 8c192e5

Please sign in to comment.