Liking cljdoc? Tell your friends :D

license codecov Build Deploy Clojars cljdoc

clj-unifier

A Clojure(Script) library for unified responses.

Quick Start Guide

Add the following dependency in your project:

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

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

Examples

You can see full examples here.

Development

# Run REPL & connect from your IDE
$ make dev

Testing

# Run tests
$ make test

Deploy

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

# push a new git tag
$ make release

Available commands

$ make help
help                           Show help
clean                          Clean
dev                            Run REPL
lint                           Run linter
test                           Run tests
jar                            Build jar
install                        Install locally
deploy                         Deploy to repository
init                           Init first version
patch                          Increment patch version
minor                          Increment minor version
major                          Increment major version
release                        Release a new version

Can you improve this documentation?Edit on GitHub

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

× close