Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 362 Bytes

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