Leiningen Page

Leiningen



choco install lein -y
Chocolatey v2.3.0
Installing the following packages:
lein
By installing, you accept licenses for the packages.
Downloading package from source 'https://community.chocolatey.org/api/v2/'
Progress: Downloading Lein 2.11.2... 100%

Lein v2.11.2 [Approved]
Lein package files install completed. Performing other installation steps.
Copying lein.bat to C:\ProgramData\chocolatey\bin\lein.bat
C:\Users\McseC\.lein\self-installs
Downloading lein
from 'https://github.com/technomancy/leiningen/releases/download/2.11.2/leiningen-2.11.2-standalone.jar'
Progress: 100% - Completed download of C:\ProgramData\chocolatey\lib\Lein\tools\leiningen-2.11.2-standalone.jar (15.72 MB).
Download of leiningen-2.11.2-standalone.jar (15.72 MB) completed.
Hashes match.
C:\ProgramData\chocolatey\lib\Lein\tools\leiningen-2.11.2-standalone.jar
Executing Leiningen bootstrap script from C:\ProgramData\chocolatey\bin
Leiningen is a tool for working with Clojure projects.

Several tasks are available:
change Rewrite project.clj with f applied to the value at key-or-path.
check Check syntax and warn on reflection.
classpath Write the classpath of the current project to output-file.
clean Removes all files from paths in clean-targets for a project
compile Compile Clojure source into .class files.
deploy Deploy jar and pom to remote repository.
deps Download and examine dependencies.
do Higher-order task to perform other tasks in succession.
help Display a list of tasks or help for a given task or subtask.
install Install jar and pom to the local repository; typically ~/.m2.
jar Package up all the project's files into a jar file.
javac Compile Java source files.
new Generate scaffolding for a new project based on a template.
plugin DEPRECATED. Please use the :user profile instead.
pom Write a pom.xml file to disk for Maven interoperability.
release Perform release tasks.
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 Central and Clojars for published artifacts.
show-profiles List all available profiles or display one if given an argument.
test Run the project's tests.
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.
update-in Perform arbitrary transformations on your project map.
upgrade Upgrade Leiningen to specified version or latest stable.
vcs Interact with the version control system.
version Print version for Leiningen and the current JVM.
with-profile Apply the given task with the profile(s) specified.

Run `lein help $TASK` for details.

Global Options:
-o Run a task offline.
-U Run a task after forcing update of snapshots.
-h, --help Print this help or help for a specific task.
-v, --version Print Leiningen's version.

These aliases are available:
downgrade, expands to upgrade

See also: readme, faq, tutorial, news, sample, profiles, deploying, gpg,
mixed-source, templates, and copying.

Leiningen 2.11.2 on Java 22.0.1 OpenJDK 64-Bit Server VM
The install of Lein was successful.
Software install location not explicitly set, it could be in package or
default install location of installer.

Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).