Skip to content

judu/jetdoc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Jetdoc 0.1.0

This tool is intended to help you open the javadoc from you dependencies.

Features

  • Open a given local jar
  • Download and open a jar for given url (with local cache)
  • Retrieve from Central and open a jar for given organization:artifact:version, using ivy.

How to use?

Usage: jetdoc [-p port] path

port is a number
path is either:
	- a path to a local file
	- a http URL to a remote file
	- an artifact shaped as {organization}:{artifact}(,{scalaVersion}(,{sbtVersion})):{version}

How to install?

This tool can be installed with conscript (https://github.com/n8han/conscript)

All you have to do is run

cs judu/jetdoc

About

Get and serve javadoc on demand.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages