Skip to content

Commit ece6af5

Browse files
committed
Begin work on usage/extending manual
1 parent 64bcdca commit ece6af5

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

EXTENDING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TODO

HOWTOUSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TODO

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
Java-Source-Metrics
1+
Java Source Metrics
22
===================
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

Comments
 (0)