We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bcdca commit ece6af5Copy full SHA for ece6af5
3 files changed
EXTENDING.md
@@ -0,0 +1 @@
1
+TODO
HOWTOUSE.md
README.md
@@ -1,2 +1,16 @@
-Java-Source-Metrics
+Java Source Metrics
2
===================
3
+
4
+An application to calculate metrics from java bytecode.
5
+This project was created for the purpose of performing a bachelor thesis.
6
7
+How to use: [HOWTOUSE.md](https://github.com/Kiskae/Java-Source-Metrics/blob/master/HOWTOUSE.md)
8
+Extending the application: [EXTENDING.md](https://github.com/Kiskae/Java-Source-Metrics/blob/master/EXTENDING.md)
9
10
+Compilation
11
+-----------
12
13
+Maven is used to handle our dependencies.
14
15
+* Install [Maven 3](http://maven.apache.org/download.html)
16
+* Check out this repo and run: `mvn`
0 commit comments