- without clj-new installed in user deps.edn
# example
clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.8.6"}}}' \
-m clj-new.create \
https://github.com/clj-python/clj-template@6d8cffe742412ae311693b15112cbfaa4339f1ac \
appcompany.funapp
- with clj-new installed in user deps.edn (recommended)
# example
clj -A:new \
https://github.com/clj-python/clj-template@6d8cffe742412ae311693b15112cbfaa4339f1ac \
appcompany.funapp
NOTE: this assumes you have clj-new
configured in you ~/.clojure/deps.edn
profile. If you do not, you can use the following:
For help please visit our help-wanted topic.
For configuration option requests, please file a Github issue or visit our feature requests topic.