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

Improve error checking #26

Closed seancorfield closed 8 years ago

seancorfield commented 8 years ago

If resolve-template returns nil (due to a misspelled namespace, for example), we blow up with an unhelpful NPE on the apply call (new_helpers.clj:105). Trap this and give a better error message.