Skip to content

JetBrains-Research/depminer

Repository files navigation

dependencies-plugin-idea

Requirements

Build

Build the project using

/gradlew build 

or a corresponding Gradle task in your IDE. For more info on how to build Kotlin projects with Gradle see:

Current Usage

Navigate to Depminer root directory and call ./extract-dependencies.sh [arg1] [arg2] [arg3] with the following arguments:

  • arg1 - Input project directory.
  • arg1 - Input project source code root directory.
  • arg2 - A path to directory where you'd like your output file placed.

For instance:

./extract-dependencies.sh testData/testProjects/javaTestProject testData/testProjects/javaTestProject/src . 

will run the analysis of javaTestProject located at testData/testProjects in the DepMiner root directory. The analysis output will be places in the Depminer's root directory under the name "test-output"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published