diff options
author | ken restivo <ken@restivo.org> | 2015-11-03 21:15:49 -0800 |
---|---|---|
committer | ken restivo <ken@restivo.org> | 2015-11-03 21:15:49 -0800 |
commit | d9c7b39b884511b38ca339d032f4688b86472af1 (patch) | |
tree | 5a17253a8a1c4965ac0bc4d643381a4966e93438 /util/generate-hooks-index/project.clj | |
parent | 380e3e64cb88c3456e279a9f55a65d5049859159 (diff) | |
download | volse-hubzilla-d9c7b39b884511b38ca339d032f4688b86472af1.tar.gz volse-hubzilla-d9c7b39b884511b38ca339d032f4688b86472af1.tar.bz2 volse-hubzilla-d9c7b39b884511b38ca339d032f4688b86472af1.zip |
Commit the tool used to generate the hooks docs.
Diffstat (limited to 'util/generate-hooks-index/project.clj')
-rw-r--r-- | util/generate-hooks-index/project.clj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util/generate-hooks-index/project.clj b/util/generate-hooks-index/project.clj new file mode 100644 index 000000000..730fe76d8 --- /dev/null +++ b/util/generate-hooks-index/project.clj @@ -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) + |