Skip to content

osservatorionessuno/libmvt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
java -jar build/libs/libmvt-0.1.0-SNAPSHOT.jar [--indicators <dir>] <directory-or.zip>

About

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

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

 
 
 

Contributors