Skip to content

setmy-info/clj-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-commons

Development

Test

lein test

Build documentation

lein codox

Build

lein uberjar

Deploy to Clojars repository

lein deploy clojars

Run

With lein:

lein run ./src/test/resources/root

With built uberjar:

java -jar ./target/uberjar/clj-commons-1.0.0-SNAPSHOT-standalone.jar ./src/test/resources/root

TODO

  1. Codox to generate also documentation for private functions.
  2. Codox: document map content once, for many functions and linking to that (like @see in JavaDocs)

About

Commons functionality for Clojure projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published