boot-clj / boot-new

Generate new projects based on Boot Templates and/or Leiningen Templates!
https://clojars.org/boot/new
Eclipse Public License 1.0
155 stars 42 forks source link

Refactor to ease integration with core Boot #15

Closed seancorfield closed 8 years ago

seancorfield commented 8 years ago

Move everything from boot.new to boot.new.templates except the actual task. That would allow the task to move to boot.task.built-in with a couple of additional requires, and the rest of this project to just merge into the boot/core/src tree I think.

seancorfield commented 8 years ago

I suspect stencil should become a runtime dependency as part of the task itself.