Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrmcc3/lein-zip
- Owner: mrmcc3
- License: epl-1.0
- Created: 2014-05-13T11:28:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T08:54:57.000Z (almost 5 years ago)
- Last Synced: 2024-12-13T21:11:42.466Z (28 days ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`