mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
Update deps & README
This commit is contained in:
parent
4706c7101c
commit
eb908ea2b1
2 changed files with 12 additions and 10 deletions
16
README.md
16
README.md
|
|
@ -17,15 +17,17 @@ See [Issues](https://github.com/metosin/reitit/issues) for roadmap.
|
||||||
|
|
||||||
All bundled:
|
All bundled:
|
||||||
|
|
||||||
[](http://clojars.org/metosin/reitit)
|
```clj
|
||||||
|
[metosin/reitit "0.1.0-SNAPSHOT"]
|
||||||
|
```
|
||||||
|
|
||||||
In parts:
|
Optionally, the parts can be required separately:
|
||||||
|
|
||||||
[](http://clojars.org/metosin/reitit-core)
|
```clj
|
||||||
|
[metosin/reitit-core "0.1.0-SNAPSHOT"] ; just the router
|
||||||
[](http://clojars.org/metosin/reitit-ring)
|
[metosin/reitit-ring "0.1.0-SNAPSHOT"] ; ring-router
|
||||||
|
[metosin/reitit-spec "0.1.0-SNAPSHOT"] ; spec-coercion
|
||||||
[](http://clojars.org/metosin/reitit-spec)
|
```
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
[metosin/reitit-spec "0.1.0-SNAPSHOT"]
|
[metosin/reitit-spec "0.1.0-SNAPSHOT"]
|
||||||
|
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[metosin/spec-tools "0.5.0"]]
|
[metosin/spec-tools "0.5.1"]]
|
||||||
|
|
||||||
:plugins [[jonase/eastwood "0.2.5"]
|
:plugins [[jonase/eastwood "0.2.5"]
|
||||||
[lein-doo "0.1.8"]
|
[lein-doo "0.1.8"]
|
||||||
|
|
@ -32,13 +32,13 @@
|
||||||
"modules/reitit-ring/src"
|
"modules/reitit-ring/src"
|
||||||
"modules/reitit-spec/src"]
|
"modules/reitit-spec/src"]
|
||||||
|
|
||||||
:dependencies [[org.clojure/clojure "1.9.0-beta2"]
|
:dependencies [[org.clojure/clojure "1.9.0-beta4"]
|
||||||
[org.clojure/clojurescript "1.9.946"]
|
[org.clojure/clojurescript "1.9.946"]
|
||||||
|
|
||||||
;; all modules dependencies
|
;; all modules dependencies
|
||||||
[metosin/reitit]
|
[metosin/reitit]
|
||||||
|
|
||||||
[expound "0.3.1"]
|
[expound "0.3.2"]
|
||||||
[orchestra "2017.08.13"]
|
[orchestra "2017.08.13"]
|
||||||
|
|
||||||
[criterium "0.4.4"]
|
[criterium "0.4.4"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue