Skip to content

Instantly share code, notes, and snippets.

@devn
Created December 11, 2009 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devn/254027 to your computer and use it in GitHub Desktop.
Save devn/254027 to your computer and use it in GitHub Desktop.
(defproject doc-ns "1.0.0-SNAPSHOT"
:description "Writes documentation for a namespace to a text file.
Usage: java -jar doc-ns.jar \"compojure\" \"~/\" \"myfile.txt\""
:dependencies [[org.clojure/clojure
"1.1.0-alpha-SNAPSHOT"]
[org.clojure/clojure-contrib
"1.0-SNAPSHOT"]
[org.clojars.ato/compojure
"0.3.1"]]
:dev-dependencies [[org.clojure/swank-clojure
"1.0"]]
:main doc-ns.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment