Liking cljdoc? Tell your friends :D

Harpoons

Clojars Project

Documentation

See: https://mjhanninen.github.io/harpoons/

Usage

Merge the following dependency data into your deps.edn file:

{:deps {harpoons {:git/url "https://github.com/mjhanninen/harpoons.git"
                  :sha "<insert commit SHA here>"}}}

and then import the library in your namespace declaration like so:

(:require '[harpoons.core :refer :all])

Influence

To give credit where it is due the following libraries have served as sources of inspiration for this one:

License

Copyright © 2018-19 Matti Hänninen

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close