Liking cljdoc? Tell your friends :D

License Codecov Build Deploy Clojars

clj-helpers

Clojure(Script) helper functions.

Quick Start Guide

Add the following dependency in your project:

;; project.clj or build.boot
[clj-helpers "RELEASE"]

;; deps.edn
{:deps {clj-helpers {:mvn/version "RELEASE"}}}

Usage

TBD

Deploy

# create a new git tag (available types `minor`, `major`)
$ make patch

# push a new git tag to Github then wait for GitHub Actions
# start to deploy the new version to clojars
$ git push origin --tags

Available commands

$ make help
help                           Show help
repl                           Run nREPL
clean                          Clean
lint                           Run linter
test-clj                       Run Clojure tests
test-cljs                      Run ClojureScript tests
test                           Run all tests
build                          Build jar
install                        Install locally
init                           Init first version
patch                          Increment patch version
minor                          Increment minor version
major                          Increment major version
deploy                         Deploy to clojars

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close