A fast data-driven routing library for Clojure/Script
Find a file
2017-10-29 09:31:28 +02:00
.circleci Oh, we have circeci too 2017-10-29 09:31:28 +02:00
doc Update docs 2017-10-29 09:29:06 +02:00
modules Manage dependencies via lein-parent 2017-10-29 09:31:28 +02:00
perf-test/clj/reitit Re-package & re-module 2017-10-29 09:31:28 +02:00
scripts Try to fix .travis conf 2017-10-29 09:31:28 +02:00
test Re-package & re-module 2017-10-29 09:31:28 +02:00
.gitignore Add karma packages 2017-10-25 17:32:12 +03:00
.travis.yml Try to fix .travis conf 2017-10-29 09:31:28 +02: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 Welcome reitit-parent 2017-10-29 09:31:28 +02:00
README.md Build instructions 2017-10-29 09:31:28 +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

To raise the version:

# new version
./scripts/set-version "1.0.0"
./scripts/lein-modules install

# works
lein test

# deploy to clojars
./scripts/lein-modules do clean, deploy clojars

License

Copyright © 2017 Metosin Oy

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