ksenia-krasheninnikova / javaclasses

identify the usage frequency of public java classes in repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use this module to scan the available GitHub search results for top N most popular public java classes. If there are more than N classes with the same top usage frequency, all of them will be reported.

External libraries:
https://github.com/kittinunf/Fuel
https://github.com/cbeust/klaxon
https://github.com/xenomachina/kotlin-argparser

Build

gradle clean build

Run

java -jar javaclasses-1.0.jar --config PATH_TO_TOKEN -v -N 10

$PATH_TO_TOKEN is a file containing OAuth token for GitHub communication (s. https://github.com/settings/tokens)

About

identify the usage frequency of public java classes in repo


Languages

Language:Kotlin 100.0%