www.fgks.org   »   [go: up one dir, main page]

Skip to content

dvingo/my-clj-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojars Project

this is a collection of code to help me get things done using clojure and clojurescript.

Contains some code related to:

  • CRUX (and the equivalent XTDB helpers)
  • fulcro3
    • devcards support
  • pedestal http server setup with reitit, for use with fulcro
  • pathom parser setup

Build a deployable jar of this library:

make jar

Install it locally:

clojure -A:install

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

clojure -A:deploy

Deploy notes for clojars

  1. Update the version of the maven package in pom.xml - and git commit it.
  2. Build the jar via make
  3. CLOJARS_USERNAME='' CLOJARS_PASSWORD='deploy_token' clojure -A:deploy

About

collection of code for helping me get things done

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages