A fast data-driven routing library for Clojure/Script
Find a file
Miikka Koskinen 254908b70b Use doo 0.1.8
2017-10-02 09:18:33 +03:00
.circleci Add [skip ci] to the gh-pages commits 2017-09-22 11:22:15 +03:00
doc Re-organize docs 2017-09-18 08:30:03 +03:00
perf-test/clj/reitit Cleanup 2017-10-02 08:05:42 +03:00
scripts Initial commit 2017-08-07 14:15:45 +03:00
src/reitit Fix tests 2017-10-02 08:25:10 +03:00
test Fix tests 2017-10-02 08:25:10 +03:00
.gitignore Move documentation to GitBook 2017-09-14 16:33:36 +03:00
.travis.yml Initial commit 2017-08-07 14:15:45 +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
project.clj Use doo 0.1.8 2017-10-02 09:18:33 +03:00
README.md README.md: Instructions for running gitbook locally 2017-09-14 16:59:31 +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 serve

License

Copyright © 2017 Metosin Oy

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