Miscellaneous helper functions and macros for Clojure web apps/services using Ring and Compojure.
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Gered e543af99f3 update hook-browser-navigation! to better allow re-initialization
e.g. this is useful when using figwheel where you might have a call to
hook-browser-navigation! in your page-load initialization. before,
repeated calls to hook-browser-navigation! in this kind of scenario
would result in some javascript errors after the first figwheel reload.
2016-06-17 14:26:53 -04:00
src/webtools update hook-browser-navigation! to better allow re-initialization 2016-06-17 14:26:53 -04:00
.gitignore initial commit 2015-01-04 00:11:24 -05:00
LICENSE rename project 2016-04-30 14:27:37 -04:00
project.clj version 0.1 2016-06-16 13:34:15 -04:00
README.md version 0.1 2016-06-16 13:34:15 -04:00

webtools

Miscellaneous helper functions and macros for Ring and Compojure.

Please note that this library is mainly intended for my own personal use and as such some functionality may be overly opinionated.

Leiningen

[gered/webtools "0.1"]

Usage

TODO

License

Copyright © 2016 Gered King

Distributed under the the MIT License. See LICENSE for more details.