https://github.com/vedang/lein-sources
A leiningen plugin to add sources and javadoc jars to the classpath.
https://github.com/vedang/lein-sources
clojure java javadoc lein-plugin leiningen sources
Last synced: 3 months ago
JSON representation
A leiningen plugin to add sources and javadoc jars to the classpath.
- Host: GitHub
- URL: https://github.com/vedang/lein-sources
- Owner: vedang
- License: epl-1.0
- Created: 2017-05-18T18:56:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T17:12:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T18:03:38.145Z (9 months ago)
- Topics: clojure, java, javadoc, lein-plugin, leiningen, sources
- Language: Clojure
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lein-sources
A leiningen plugin to add sources and javadoc jars to the classpath.
*Note*: This plugin is currently experimental, and I have not published it to clojars yet. I'll do it this week and update the README with clear instructions on usage as well.
## Usage
Put `[lein-sources "0.1.0"]` into the `:plugins` vector of your
`:user` or `:repl` profile.
## License
Copyright © 2017 Vedang Manerikar
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.