deps.edn guide: https://clojure.org/guides/deps_and_clideps.edn reference: https://clojure.org/reference/deps_and_cliAlso, see ./test/piotr_yuxuan/slava_test.clj.
This project was created with:
clojure -X:project/new :name piotr-yuxuan/slava
Run the project's tests:
clojure -M:test:runner
Lint your code with:
clojure -M:lint/idiom
clojure -M:lint/kondo
Visualise links between project vars with:
mkdir graphs
clojure -M:graph/vars-svg
Build a deployable jar of this library:
lein do clean, jar
Install it locally:
lein do clean, install
Repository secrets are used; see in repository settings how to add:
CLOJARS_USERNAME and CLOJARS_TOKEN.
Create a new version once a jar has been created:
Version x.y.zDeploy it to GitHub packages with this guide and:
mvn deploy -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/piotr-yuxuan/slava
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |