Skip to content

Instantly share code, notes, and snippets.

@josephwilk
Created March 30, 2013 13:02
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 josephwilk/5276591 to your computer and use it in GitHub Desktop.
Save josephwilk/5276591 to your computer and use it in GitHub Desktop.
* ring (like RACK):
"Clojure web application library"
https://github.com/mmcgrana/ring
https://github.com/weavejester/lein-ring
* cljsbuild:
CloureScript helper
https://github.com/emezeske/lein-cljsbuild
* midje
Running Midje tests through Lein
https://github.com/marick/lein-midje
* kibit
"search for patterns of code for which there might exist a more idiomatic function or macro"
https://github.com/jonase/kibit
* pedantic
"lein plugin to reject dependency graphs with common user surprises"
https://github.com/xeqi/pedantic
https://github.com/xeqi/lein-pedantic
* marginalia
"ultra-lightweight literate programming for clojure inspired by docco"
https://github.com/fogus/marginalia
https://github.com/fogus/lein-marginalia
* outdated
"Leiningen plugin that lists newer available versions of dependencies "
https://github.com/ato/lein-outdated
* pprint
"pretty print data."
https://github.com/technomancy/leiningen/tree/master/lein-pprint
* immutant
"A platform for Clojure apps built on JBoss AS7"
https://github.com/immutant/immutant
https://github.com/immutant/lein-immutant
* ritz
"SWANK and nREPL servers for clojure providing JPDA based debuggers"
https://github.com/pallet/ritz
* swank
"Swank/slime support for clojure"
https://github.com/jochu/swank-clojure
* clojars (like rubygems)
"Clojars plugin for Leiningen"
https://github.com/ato/lein-clojars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment