https://github.com/yetanalytics/lrs-reactions
Shared specs and functions for LRS Reactions
https://github.com/yetanalytics/lrs-reactions
Last synced: about 1 year ago
JSON representation
Shared specs and functions for LRS Reactions
- Host: GitHub
- URL: https://github.com/yetanalytics/lrs-reactions
- Owner: yetanalytics
- License: apache-2.0
- Created: 2023-12-06T16:31:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T20:40:59.000Z (over 1 year ago)
- Last Synced: 2025-03-19T15:42:13.079Z (about 1 year ago)
- Language: Clojure
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lrs-reactions
Shared specs and code for LRS Reactions
## Usage
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.
## License
Copyright © 2023-2025 Yet Analytics, Inc.
Distributed under the Apache License version 2.0.