Shared specs and code for LRS Reactions
Run the project's tests:
$ clojure -T:build test
Run the project's CI pipeline and build a JAR (this will fail until you edit the tests to pass):
$ clojure -T:build ci
This will produce an updated pom.xml
file with synchronized dependencies inside the META-INF
directory inside target/classes
and the JAR in target
. You can update the version (and SCM tag)
information in generated pom.xml
by updating build.clj
.
Install it locally (requires the ci
task be run first):
$ clojure -T:build install
Deploy it to Clojars -- needs CLOJARS_USERNAME
and CLOJARS_PASSWORD
environment
variables (requires the ci
task be run first):
$ clojure -T:build deploy
Your library will be deployed to com.yetanalytics/lrs-reactions on clojars.org by default.
Copyright © 2023-2024 Yet Analytics, Inc.
Distributed under the Apache License version 2.0.
Can you improve this documentation? These fine people already did:
Kelvin & Milton RederEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close