forked from technomancy/leiningen
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugins
Phil Hagelberg edited this page Mar 31, 2011
·
31 revisions
If you’ve created a plugin for Leiningen, please add it here!
- lein-antlr Generate source code from ANTLR grammars.
- lein-diagnostics Get diagnostic info regarding versions of libraries.
- lein-eclipse Create Eclipse project descriptor files.
- lein-multi Run tasks against multiple dependency sets (such as multiple Clojure versions) at once.
- lein-nailgun Launch a vimclojure nailgun server.
- lein-notes See inline notes from sources.
- lein-oneoff Simplify working with one-off, single-file clojure programs.
- lein-project-depends Output a project’s namespace use/require graph.
- lein-retest Run only the test namespaces which failed last time around.
- lein-search Search clojars, add and update dependencies from command line.
- swank-clojure Launch a Swank server for Emacs integration.
- lein-autotest Starts Lazytest’s watch on your project for automatic testing on code change.
- lein-cuke Run Cucumber BDD tests.
- lein-difftest Display diffs when a test fails.
- lein-fail-fast Stop testing run upon to save time in CI situations.
- lein-junit Run JUnit tests.
- lein-play Play a different sound at the end of your test runs depending on whether they pass or fail.
- lein-test-bang-bang Run each test namespace in a separate JVM.
- lein-test-out Run all tests and outputs to a file in junit XML or TAP format.
- midje Run Midje tests.
- radagast Get simplistic test coverage.
- lein-clojars Deploy to Clojars.
- lein-daemon Run app as a daemon.
- lein-hadoop Generate a jar containing nested libs as required for hadoop jobs.
- lein-init-script Generate *NIX daemon scripts for your project.
- lein-tar Create a tarball of your project and its dependencies. (formerly lein-release)
- pallet-lein Launch nodes and deploy “crate” packages to the cloud.
- lein-beanstalk Deploy to Amazon’s Elastic Beanstalk service.
- lein-conjure Create a Conjure project and run it.
- lein-gwt Run the Google Web Toolkit compiler.
- lein-ring Ring plugin.
- leiningen-war Create WAR files for use in servlet containers.
- lein-javac For compiling Java source (1.4+)
- lein-plugin A plugin to manage plugins. (1.4+)
- lein-run Call -main functions from the command-line. (1.4+)