Skip to content

Commit

Permalink
Formatting the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharmellaw authored Aug 12, 2017
1 parent 18a5168 commit 01dfaf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradeladder-generator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Grade Ladder Generator
# Grade Ladder Generator

##About
## About
This generator is used to create MarkDown documents describing the Software Engineering Ladder. Using a single source of data it creates documents to support 2 use cases:

* _Checking for consistency_ - It creates a file called: SoftwareEngineeringFullLadder.md that lists out all expectations grouped by "trait" and then grade.
Expand All @@ -26,18 +26,18 @@ The source data is a csv file of the form:
>Column 4: Sub Trait - Only applies to WIS trait, and must be set.

##Build
## Build
Simply build using maven:

%> mvn clean install

##Run
## Run
%> mvn exec:java -Dexec.args="../input/expectations.csv ../"

#Authors
# Authors
* [Rob Horn](https://github.com/robhorn-capgemini)

#Contributors (thanks!)
# Contributors (thanks!)
* [Andrew Harmel-Law](https://github.com/andrewharmellaw)
* [Ant Broome](https://github.com/broomyocymru)

0 comments on commit 01dfaf5

Please sign in to comment.