Liking cljdoc? Tell your friends :D

License Codecov Tests Tests Clojars

clj-fsm

Simple finite state machine (FSM) in Clojure(Script)

Quick Start Guide

Add the following dependency in your project:

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

;; deps.edn
{:deps {clj-fsm {: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

Changelog

TBD

Can you improve this documentation?Edit on GitHub

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

× close