include the project name in the project creation output

This commit is contained in:
Gered 2014-09-28 15:25:07 -04:00
parent 3387a42dd2
commit 7b2b2472cf

View file

@ -72,7 +72,7 @@
[["src/{{path}}/db.clj" (render "src/root_ns/db_couchdb.clj" data)]]) [["src/{{path}}/db.clj" (render "src/root_ns/db_couchdb.clj" data)]])
(defn make-project! [options data] (defn make-project! [options data]
(main/info "Generating a new YAWT project using options:" (str/join ", " options)) (main/info "Generating a new YAWT project called" (:name data) "using options:" (str/join ", " options))
(apply ->files data (apply ->files data
(concat (concat
(get-base-files data) (get-base-files data)