A fast data-driven routing library for Clojure/Script
Find a file
2017-10-25 18:00:09 +03:00
.circleci Fix gitbook-cli install 2017-10-25 18:00:09 +03:00
doc Fix doc links 2017-10-25 17:37:12 +03: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
src/reitit Don't double eval handler 2017-10-22 17:50:11 +03:00
test fast-router -> single-static-path-router 2017-10-02 17:54:37 +03: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
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 Add karma packages 2017-10-25 17:32:12 +03:00
README.md Fix doc links 2017-10-25 17:37:12 +03: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.