slightly nicer output when generating a new project

This commit is contained in:
Gered 2014-11-06 15:15:37 -05:00
parent f84789fa19
commit cdff1bdae4

View file

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