https://github.com/dvingo/tick-util
Collection of helpers for working with juxt.tick
https://github.com/dvingo/tick-util
clojure clojurescript juxt tick time
Last synced: 28 days ago
JSON representation
Collection of helpers for working with juxt.tick
- Host: GitHub
- URL: https://github.com/dvingo/tick-util
- Owner: dvingo
- License: mit
- Created: 2020-06-03T22:22:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T00:35:32.000Z (over 2 years ago)
- Last Synced: 2026-05-05T12:32:13.134Z (about 1 month ago)
- Topics: clojure, clojurescript, juxt, tick, time
- Language: Clojure
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://clojars.org/dv/tick-util
[](https://clojars.org/dv/tick-util)
Extracted from an app, contains some helpers for tick.
Build a deployable jar of this library:
```bash
make
```
Install it locally:
```bash
clojure -M:install
```
Deploy it to Clojars -- needs `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` environment variables:
```bash
clojure -M:deploy
```
# Deploy notes for clojars
1. Update the version of the maven package in pom.xml and git commit.
2. Build the jar via `make`
3. CLOJARS_USERNAME='' CLOJARS_PASSWORD='deploy_token' clojure -M:deploy