helmsman

This is a library for describing the structure of a web appliction. This way, we have uris and data associated directly with routes. This is nice for generating navigation or applying middleware to routes are a particular level.

Leiningen/Boot

[helmsman "0.1.4"]

Clojure CLI/deps.edn

helmsman/helmsman {:mvn/version "0.1.4"}

Gradle

implementation("helmsman:helmsman:0.1.4")

Maven

<dependency>
  <groupId>helmsman</groupId>
  <artifactId>helmsman</artifactId>
  <version>0.1.4</version>
</dependency>