Documentation on http://graphwalker.org/
We created a questionnaire which we would love our users to fill in. The purpose is to help us understand how GraphWalker is used.
Please go to GraphWalker Survey
git clone https://github.com/GraphWalker/graphwalker-project.git
cd graphwalker-project
mvn install
mvn package -pl graphwalker-cli -am
The jar is in:
graphwalker-cli/target/graphwalker-cli-4.3.0-SNAPSHOT.jar
Run it like:
java -jar graphwalker-cli/target/graphwalker-cli-4.3.0-SNAPSHOT.jar
mvn package -pl graphwalker-studio -am
The jar is in:
graphwalker-studio/target/
Run it like:
java -jar graphwalker-studio/target/graphwalker-studio-4.3.0-SNAPSHOT.jar