Leiningen plugin for vfox and mise.
Leiningen is a build automation and dependency management tool for Clojure projects.
- Java (JDK 8 or later)
mise use leiningen@latestvfox add leiningen
vfox install leiningen@latest# Create a new project
lein new app my-project
# Run the project
cd my-project
lein run
# Start a REPL
lein repl
# Run tests
lein testThis plugin:
- Downloads the Leiningen standalone JAR from GitHub releases
- Downloads the
leinshell script from the repository - Sets up
LEIN_HOMEto point to the installation directory
MIT