A fast data-driven routing library for Clojure/Script
Find a file
2017-09-18 08:30:03 +03:00
.circleci Automatically build GitBook docs with Circle 2017-09-14 16:59:31 +03:00
doc Re-organize docs 2017-09-18 08:30:03 +03:00
perf-test/clj/reitit Fix cljs-tests? 2017-09-08 09:42:37 +03:00
scripts Initial commit 2017-08-07 14:15:45 +03:00
src/reitit Polish errors 2017-09-18 08:29:52 +03:00
test Polish errors 2017-09-18 08:29:52 +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 clojure.spec for the route syntax (fixes #6) 2017-09-09 11:07:59 +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.