Skip to content

Commit

Permalink
Merge branch 'kit-clj:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rads committed Jul 31, 2022
2 parents 4911e88 + ed1d9d6 commit 8b60e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/kit-generator/src/kit/generator/modules.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(defn list-modules [ctx]
(let [modules (-> ctx :modules :modules)]
(if (empty? modules)
(println "No modules installed, maybe run `sync-modules`")
(println "No modules installed, maybe run `(kit/sync-modules)`")
(doseq [[id {:keys [doc]}] modules]
(println id "-" doc)))))

Expand Down
4 changes: 3 additions & 1 deletion libs/lein-template/resources/leiningen/new/kit/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ hs_err_pid*.log
.cpcache/
target
log/
.shadow-cljs/
node_modules/

# IntelliJ
*.iml
.idea/

# clj-kondo
.clj-kondo/.cache/
.clj-kondo/.cache/

0 comments on commit 8b60e5e

Please sign in to comment.