Commit the tool used to generate the hooks docs.
This commit is contained in:
10
util/generate-hooks-index/project.clj
Normal file
10
util/generate-hooks-index/project.clj
Normal 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)
|
||||
|
Reference in New Issue
Block a user