Skip to content

Repository files navigation

libmvt

Kotlin/Java library to scan acquisitions following the MVT framework approach. The library is used by Bugbane but can also be used standalone.

Currently the library is in alpha phase and fast-moving development so:

  • no Maven pre-compiled package is available
  • no standalone package is available
  • API interfaces are unstable and can change heavily between versions
  • expect bugs

Standalone (CLI)

Run analysis on an AndroidQF output directory or zip (same flow as Bugbane, without Android):

./gradlew run --args="[--indicators <dir>] <path-to-directory-or.zip>"

# Alternatively
./gradlew build
./gradlew installDist
./build/install/libmvt/bin/libmvt [--indicators <dir>] <directory-or.zip>

About

Kotlin/Java library to scan acquisitions in a MVT-like way. Used by Bugbane

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages