A fast data-driven routing library for Clojure/Script
Find a file
Tommi Reiman 4805555417 Initial module split
* metosin/reitit (all)
* metosin/reitit-core (just the router)
* metosin/reitit-ring (the ring stuff)
2017-10-29 09:31:28 +02:00
.circleci Fix gitbook-cli install 2017-10-25 18:00:09 +03:00
doc Update docs 2017-10-29 09:29:06 +02:00
modules Initial module split 2017-10-29 09:31:28 +02:00
perf-test/clj/reitit Update deps 2017-10-22 17:49:59 +03:00
scripts Add karma packages 2017-10-25 17:32:12 +03:00
test fast-router -> single-static-path-router 2017-10-02 17:54:37 +03:00
.deps-versions.clj Initial module split 2017-10-29 09:31:28 +02:00
.gitignore Add karma packages 2017-10-25 17:32:12 +03:00
.travis.yml Run clj test on circle, fix circle gitbook step? 2017-10-25 17:54:44 +03:00
book.json Explicitly use the highlight plugin for gitbook 2017-09-14 17:39:26 +03:00
CHANGELOG.md Initial commit 2017-08-07 14:15:45 +03:00
CONTRIBUTING.md Initial commit 2017-08-07 14:15:45 +03:00
lein-modules Initial module split 2017-10-29 09:31:28 +02:00
LICENSE Initial commit 2017-08-07 14:15:45 +03:00
package-lock.json Add karma packages 2017-10-25 17:32:12 +03:00
package.json Add karma packages 2017-10-25 17:32:12 +03:00
project.clj Initial module split 2017-10-29 09:31:28 +02:00
README.md Update docs 2017-10-29 09:29:06 +02:00

reitit Build Status Dependencies Status

A friendly data-driven router for Clojure(Script).

Ships with example router for Ring. See Issues for roadmap.

Latest version

Clojars Project

Documentation

Check out the full documentation!

Special thanks

To all Clojure(Script) routing libs out there, expecially to Ataraxy, Bide, Bidi, Compojure and Pedestal.

Also to Compojure-api, Kekkonen and Ring-swagger and for the data-driven syntax, coercion & stuff.

And some Yada too.

Development instructions

The documentation is built with gitbook. To preview your changes locally:

npm install -g gitbook-cli
gitbook install
gitbook serve

License

Copyright © 2017 Metosin Oy

Distributed under the Eclipse Public License, the same as Clojure.