Re: [ANN] boot-bundle, DRY for dependencies

2016-10-22 Thread Borkdude
boot-bundle now comes with unit tests and supports first class version values: https://github.com/borkdude/boot-bundle/blob/master/README.md#version-values -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@g

Re: [ANN] boot-bundle, DRY for dependencies

2016-10-17 Thread James Gatannah
Sweet! And thanks! I've been trying to find the time to learn enough boot to write this for myself. On Saturday, October 15, 2016 at 8:28:58 AM UTC-5, Borkdude wrote: > > Only a few lines of code, but it does the job: > > https://github.com/borkdude/boot-bundle > > This library lets you define a

[ANN] boot-bundle, DRY for dependencies

2016-10-15 Thread Borkdude
Only a few lines of code, but it does the job: https://github.com/borkdude/boot-bundle This library lets you define a set of dependencies by a keyword. Details in the README. I found it especially useful in a multi-project repo where we use a lot of the same dependencies in each project. It's