clj -A:new https://github.com/clj-python/clj-template <project.name>
NOTE: this assumes you have clj-new
configured in you ~/.clojure/deps.edn
profile. If you do not, you can use the following:
clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.8.6"}}}' \
-m clj-new.create \
https://github.com/clj-python/clj-template@e24f817a3e804239540b666f8d39f5938a434543 \
myname.myapp myname/myapp
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close