;; 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