-?
/ --query
option to explain what clj-new
will attempt to do.-e
/ --env
option to add "environment variables" that will be available to templates via the new project-data
function; also standardizes the data passed to the app
, lib
, and template
built-in templates.pom.xml
to lib
and template
built-in templates.template
project generator.seancorfield/clj-new
coordinates in generated projects (to use current version).test-runner
to latest SHA in generated projects.-v
/ --verbose
option handling (again!).org.clojure/test.check
to "0.10.0"
and tools.deps.alpha
to 0.7.541 (and add slf4j-nop
as a dependency now that t.d.a has removed it).deps.edn
to avoid potential version conflicts (such as when generating a Luminus template).org.clojure/clojure "1.10.1"
and org.clojure/test.check "0.10.0-RC1"
).tools.deps.alpha
to 0.7.527.nil
paths to ->files
.tools.deps.alpha
(to 0.7.516) and switching from clojure-env
to default-deps
.root-ns
to the template
setup (renamed to namespace
in 0.8.0).-v
/ --verbose
option handling.tools.deps.alpha
version.tools.deps.alpha
versioning.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close