Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created July 7, 2011 03:39
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 swannodette/651a36bce975869b4fc0 to your computer and use it in GitHub Desktop.
Save swannodette/651a36bce975869b4fc0 to your computer and use it in GitHub Desktop.
garbled.sh
Leiningen is a tool for working with Clojure projects.
Several tasks are available:
leiningen.classpath Problem loading:
clean Remove compiled class files and jars from project.
leiningen.compile Problem loading: Could not initialize class leiningen.deps__init
leiningen.deploy Problem loading: Could not initialize class leiningen.compile__init
leiningen.deps Problem loading: Could not initialize class leiningen.deps__init
help Display a list of tasks or help for a given task.
leiningen.install Problem loading: Could not initialize class leiningen.jar__init
leiningen.interactive Problem loading: Could not initialize class leiningen.compile__init
leiningen.jar Problem loading: Could not initialize class leiningen.jar__init
leiningen.javac Problem loading: Could not initialize class leiningen.classpath__init
new Create a new project skeleton.
leiningen.plugin Problem loading: Could not initialize class leiningen.jar__init
pom Write a pom.xml file to disk for Maven interop.
leiningen.repl Problem loading: Could not initialize class leiningen.compile__init
leiningen.retest Problem loading: Could not initialize class leiningen.test__init
leiningen.run Problem loading: Could not initialize class leiningen.compile__init
search Search remote repositories.
leiningen.test Problem loading: Could not initialize class leiningen.test__init
leiningen.test! Problem loading: Could not initialize class leiningen.deps__init
leiningen.trampoline Problem loading: Could not initialize class leiningen.compile__init
leiningen.uberjar Problem loading: Could not initialize class leiningen.uberjar__init
upgrade Upgrade Leiningen to the latest stable release.
version Print version for Leiningen and the current JVM.
Run lein help $TASK for details.
See also: readme, tutorial, copying, sample, deploy and news.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment