crisptrutski/boot-lein

Boot task load to use boot with lein/cursive



Documentation

boot-lein

Example preamble for "using boot in a lein project":

(merge-env!
  :dependencies
  '[[crisptrutski/boot-lein "0.1.0" :scope "test"]])

(require '[crisptrutski.boot-lein :refer :all])

(from-lein)