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

Fix for boot-clj/boot-new#45 #46

Closed kannangce closed 5 years ago

kannangce commented 5 years ago

Fix:

Rationale:

Testing:

Installed the changes in my local by running boot build. And ran the below command, boot -d boot/new new -t task -n new-task Under new-task project, the build.boot doesn't have references for the above mentioned folders. Also I'm able to run boot --help without any error.