Commit the tool used to generate the hooks docs.

This commit is contained in:
ken restivo
2015-11-03 21:15:49 -08:00
parent 380e3e64cb
commit d9c7b39b88
9 changed files with 382 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
(defproject generate-hooks-index "0.1.0-SNAPSHOT"
:description "Generates Hooks docs for Hubzilla"
:url "https://github.com/redmatrix/hubzilla"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[com.taoensso/timbre "4.1.2"]
[hiccup "1.0.0"]]
:main generate-hooks-index.core)