mrmcc3 / lein-zip

minimal leiningen plugin that zips files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

minimal leiningen plugin that zips files

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%