slightly nicer output when generating a new project
This commit is contained in:
parent
f84789fa19
commit
cdff1bdae4
|
@ -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)
|
||||
|
|
Reference in a new issue