Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 506 Bytes

Clojure cli execution options

Usage

;; Basic usage
clj -M:lint --lint src

;;To print analysis data
clj -M:lint --lint src --config '{:output {:format :edn}, :analysis true}'
;; Create new application
clojure -Tnew app :name appname/core :target-dir appname

;; Create new libary
clojure -Tnew lib :name libname/core :target-dir libname