/lein-zip

minimal leiningen plugin that zips files

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

lein-zip

minimal leiningen plugin that zips files

Example Usage

Clojars Project

Add the following to project.clj

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

Then

$ lein zip

This will produce target/{{project}}-{{version}}.zip