Skip to content

I-Al-Istannen/Doctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc-Tor

Did you ever wish to tell somebody on discord to just read the (Java-)docs while not being rude? Did you ever wish to point out some cool Java method or class or highlight specific parts of the documentation?
Then Doctor is for you :)

Doctor is best explained by a short demo:

doctor.mp4

Running Doctor

The Doctor jar file can be build using mvn package and just takes a single argument:

java -jar Doctor.jar <path to config file>

Most of the magic happens in the config file. You can see an example in src/main/resources/config.toml.