Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T00:35:32.000Z (10 months ago)
- Last Synced: 2024-08-08T18:36:43.875Z (3 months ago)
- Topics: clojure, clojurescript, juxt, tick, time
- Language: Clojure
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://clojars.org/dv/tick-util
[![Clojars Project](https://img.shields.io/clojars/v/dv/tick-util.svg)](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