Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 454 Bytes

boot.bundle.edn

My boot.bundle.edn file. See boot-bundle for more details.

Example usage:

(set-env!
 :dependencies '[[boot-bundle "0.1.0-SNAPSHOT" :scope "test"]
                 [nl.michielborkent/boot.bundle.edn
                  "0.1.0-SNAPSHOT"
                  :scope "test"]])

(require '[boot-bundle :refer [expand-keywords]])

(set-env!
 :dependencies (expand-keywords '[:clojure]))