Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T17:12:41.000Z (almost 7 years ago)
- Last Synced: 2024-12-16T22:07:07.001Z (17 days ago)
- Topics: clojure, java, javadoc, lein-plugin, leiningen, sources
- Language: Clojure
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- 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.