Liking cljdoc? Tell your friends :D

license codecov build deploy clojars cljdoc

modelizer

A Clojure(Script) library to describe the structure of data.

"Everything is just data" - each Clojurian

The main goals:

  • fast

  • extensible

  • serializable

STATUS: Designing and prototyping phase.

Quick Start Guide

Add the following dependency in your project:

;; project.clj or build.boot
[modelizer "RELEASE"]

;; deps.edn
{:deps {modelizer {:mvn/version "RELEASE"}}}

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
$ make release

Available commands

$ make help
help                           Show help
repl                           Run nREPL
clean                          Clean
lint                           Run linter
test                           Run tests
build                          Build jar
init                           Init first version
patch                          Increment patch version
minor                          Increment minor version
major                          Increment major version
install                        Install locally
release                        Release a new 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