We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create practicalli/application template for use with seancorfield/deps-new project
clojure-version is set to latest stable release in the template.edn file and can be passed a specific Clojure version for the new project
clojure-version
template.edn
clojure -T:project/create :clojure-version '"1.12.0-alpha"'
tests.edn
:run/service
:dev/reloaded
:test/env
:test/run
:watch? true
Related: practicalli/clojure#404
The text was updated successfully, but these errors were encountered:
bc46de9
practicalli-johnny
No branches or pull requests
Create practicalli/application template for use with seancorfield/deps-new project
dev/user.clj for development tools ✅
Common dependencies ✅
clojure-version
is set to latest stable release in thetemplate.edn
file and can be passed a specific Clojure version for the new projectclojure -T:project/create :clojure-version '"1.12.0-alpha"'
REPL Reloaded workflow
tests.edn
configurationEditor support ✅
Common aliases ✅
:run/service
- run the project using clojure.exec:dev/reloaded
- include dev/user.clj file and associated development tools:test/env
- paths and deps for test runners:test/run
- run kaocha test runner (pass:watch? true
to enable automated test runs locally)Related: practicalli/clojure#404
The text was updated successfully, but these errors were encountered: