Fork me on GitHub
#leiningen
<
2016-07-11
>
Tim03:07:41

@biscuitpants: how did you do it?

chrisetheridge06:07:46

@tmtwd: pretty easily, actually. build your template, then lein jar. then cd target. then lein new TEMPLATE_NAME project-name

chrisetheridge06:07:03

that will create a project using the jar in the target folder as the template

karlis18:07:16

curious, is it possible to load provide dynamic namespace for leiningen.core.eval/eval-in-project? Ie, to do something like this:

karlis19:07:09

(let [namespace 'foo.main] (eval-in-project proejct (do ...) (use ~namespace))

karlis19:07:12

some trivial testing returns ClassNotFoundExceptions