Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 420 Bytes

lein-thrush

A Leiningen plugin to thread execution.

Usage

Put [lein-thrush "0.1.1"] into the :plugins vector of your project.clj or user profile.

Assuming you have an upload task that takes a project map and a file to upload, this will upload the jar file:

$ lein thrush uberjar upload

License

Copyright © 2012 Phil Hagelberg

Distributed under the Eclipse Public License, the same as Clojure.