dmitrig01 / lein-deploy-uberjar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy-uberjar

A Leiningen plugin to do many wonderful things.

Usage

FIXME: Use this for user-level plugins:

Put [deploy-uberjar "0.1.0-SNAPSHOT"] into the :plugins vector of your :user profile, or if you are on Leiningen 1.x do lein plugin install deploy-uberjar 0.1.0-SNAPSHOT.

FIXME: Use this for project-level plugins:

Put [deploy-uberjar "0.1.0-SNAPSHOT"] into the :plugins vector of your project.clj.

FIXME: and add an example usage that actually makes sense:

$ lein deploy-uberjar

License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%