Liking cljdoc? Tell your friends :D

lein-zip

minimal leiningen plugin that zips files

Example Usage

[lein-zip "0.1.0"]

Add the following to project.clj

:zip ["file1" "resources/file2" "target/production.jar"]

Then

$ lein zip

This will produce target/project-version.zip

Can you improve this documentation? These fine people already did:
Michael McClintock & mrmcc3
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close