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

Add repl :init-ns to generated app template #37

Closed seancorfield closed 6 years ago

seancorfield commented 6 years ago

Leiningen relies on :main in project.clj to start a REPL in the project's main namespace. While the generated Boot app project specifies the main namespace for building a JAR, it doesn't specify it for starting a REPL.