Closed mbuczko closed 8 years ago
Unfortunately the Luminus template does a lot of things that reach deeply into the internals of Leiningen so boot-new
just isn't going to be able to impersonate Leiningen well enough for that to ever work.
Release 0.4.3 adds a hack to support calls to leiningen.core.main/leiningen-version
so you can now generate Luminus templates!
works great now, thanks for all the work!
Did this break? The command works, but creates a leiningen project. I don't see a build.boot file. Was this not this the intention of using lein templates with boot?
boot-new
runs both Leiningen and Boot templates. The templates produce whatever they want. The Luminus template - written for lein new
- produces a Leiningen project. This ticket is for boot-new
to be able to run that template, despite the dependencies it had on some Leiningen internals. boot-new
doesn't change what a template does.
hi, I'm not sure I'm using your boot-new right, but I tried to generate luminus simplest template as following:
and got this:
so I guess I'm either doing something wrong or luminus template is exceptional :)