lein-pkg

Automation tool and dependency manager for Clojure projects

Install

All systems
curl cmd.cat/lein-pkg.sh
Debian Debian
apt-get install leiningen
Ubuntu
apt-get install leiningen
image/svg+xml Kali Linux
apt-get install leiningen
Windows (WSL2)
sudo apt-get update sudo apt-get install leiningen
OS X
brew install leiningen
Raspbian
apt-get install leiningen

leiningen

Automation tool and dependency manager for Clojure projects

Working on Clojure projects with tools designed for Java can be an exercise in frustration. With Leiningen, you describe your build with Clojure. Leiningen handles fetching dependencies, running tests, packaging your projects and can be easily extended with a number of plugins.