Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrmcc3/lein-zip

minimal leiningen plugin that zips files
https://github.com/mrmcc3/lein-zip

Last synced: 25 days ago
JSON representation

minimal leiningen plugin that zips files

Awesome Lists containing this project

README

        

# lein-zip

minimal leiningen plugin that zips files

## Example Usage

[![Clojars Project](http://clojars.org/lein-zip/latest-version.svg)](http://clojars.org/lein-zip)

Add the following to project.clj

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

Then

$ lein zip

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