Skip to content

Collection of helpers for working with juxt.tick

License

Notifications You must be signed in to change notification settings

dvingo/tick-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://clojars.org/dv/tick-util

Clojars Project

Extracted from an app, contains some helpers for tick.

Build a deployable jar of this library:

make

Install it locally:

clojure -M:install

Deploy it to Clojars -- needs CLOJARS_USERNAME and CLOJARS_PASSWORD environment variables:

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