io.doane/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

[io.doane/helmsman "1.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

io.doane/helmsman {:mvn/version "1.1.0-SNAPSHOT"}

Gradle

implementation("io.doane:helmsman:1.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>io.doane</groupId>
  <artifactId>helmsman</artifactId>
  <version>1.1.0-SNAPSHOT</version>
</dependency>