Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eed3si9n/doctrine
an app to download Scala docs.
https://github.com/eed3si9n/doctrine
Last synced: 14 days ago
JSON representation
an app to download Scala docs.
- Host: GitHub
- URL: https://github.com/eed3si9n/doctrine
- Owner: eed3si9n
- Created: 2014-07-27T22:40:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T23:00:43.000Z (over 10 years ago)
- Last Synced: 2024-10-04T19:31:00.742Z (about 1 month ago)
- Language: Scala
- Size: 125 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
doctrine
========doctrine is an app to download Scala docs.
setup
-----install conscript (`cs`).
- https://github.com/n8han/conscript/
install `doctrine` using it.
```
$ cs eed3si9n/doctrine
```usage
-----```
$ doctrine "org.scala-lang" % "scala-library" % "2.11.2" -o ~/doc
[info] unzippped documents to /Users/foo/doc/scala-library-2.11.2-javadoc
$ doctrine "com.github.scopt" %% "scopt" % "3.2.0" -o ~/doc
[info] downloading https://oss.sonatype.org/content/repositories/public/com/github/scopt/scopt_2.11/3.2.0/scopt_2.11-3.2.0-javadoc.jar ...
[info] [SUCCESSFUL ] com.github.scopt#scopt_2.11;3.2.0!scopt_2.11.jar(doc) (4525ms)
[info] unzippped documents to /Users/foo/doc/scopt_2.11-3.2.0-javadoc
```