https://github.com/fanweixiao/lein-copy-deps
https://github.com/fanweixiao/lein-copy-deps
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fanweixiao/lein-copy-deps
- Owner: fanweixiao
- Created: 2013-05-29T19:08:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-04T16:37:32.000Z (over 12 years ago)
- Last Synced: 2025-02-14T13:47:38.353Z (4 months ago)
- Language: Clojure
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lein-copy-deps
A Leiningen plugin to copy all a project's jar dependencies into target/lib.
## Usage
$ lein copy-deps
## TODO
* Make the output directory configurable.
## License
Copyright © 2013 Mark Roghelia
Distributed under the Eclipse Public License, the same as Clojure.