lein-pkg
Automation tool and dependency manager for Clojure projects
Install
- All systems
-
curl cmd.cat/lein-pkg.sh
- Debian
-
apt-get install leiningen
- Ubuntu
-
apt-get install leiningen
- 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
- Dockerfile
- dockerfile.run/lein-pkg
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.