Skip to content

Instantly share code, notes, and snippets.

@feuGeneA
Created January 9, 2018 17:12
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 feuGeneA/3c014da6120b1d33541ea0d6d39e61ac to your computer and use it in GitHub Desktop.
Save feuGeneA/3c014da6120b1d33541ea0d6d39e61ac to your computer and use it in GitHub Desktop.
gene@precision5510:~/go/src/github.com/status-im/status-react$ lein
Leiningen is a tool for working with Clojure projects.
Several tasks are available:
classpath Print the classpath of the current project.
clean Remove compiled class files and jars from project.
leiningen.cljsbuild Problem loading: java.io.FileNotFoundException: Could not locate leiningen/core/main__init.class or leiningen/core/main.clj on classpath: (subproject.clj:1)
compile Compile Clojure source into .class files.
deploy Build jar and deploy to remote repository.
deps Download :dependencies and put them in :library-path.
leiningen.figwheel Problem loading: java.io.FileNotFoundException: Could not locate leiningen/core/eval__init.class or leiningen/core/eval.clj on classpath: (figwheel.clj:1)
help Display a list of tasks or help for a given task.
install Install current project or download specified project.
interactive Enter an interactive task shell. Aliased to "int".
jar Package up all the project's files into a jar file.
javac Compile Java source files.
new Create a new project skeleton.
plugin Manage user-level plugins.
pom Write a pom.xml file to disk for Maven interop.
leiningen.re-frisk Problem loading: java.io.FileNotFoundException: Could not locate leiningen/core/eval__init.class or leiningen/core/eval.clj on classpath: (re_frisk.clj:1)
repl Start a repl session either with the current project or standalone.
retest Run only the test namespaces which failed last time around.
run Run the project's -main function.
search Search remote maven repositories for matching jars.
test Run the project's tests.
test! Run a project's tests after cleaning and fetching dependencies.
trampoline Run a task without nesting the project's JVM inside Leiningen's.
uberjar Package up the project files and all dependencies into a jar file.
upgrade
version Print version for Leiningen and the current JVM.
Run lein help $TASK for details.
See also: readme, tutorial, copying, sample, deploying and news.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment