Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 161 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 161 Bytes

oshi.javafx

JavaFX front end to OSHI

Building and Testing

  • Run application: ./gradlew run
  • Run unit tests: ./gradlew test
  • Build release: // TODO