Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 588 Bytes

graphwalker-project Build Status

Documentation on http://graphwalker.org/

How to build

Build and install GraphWalker modules locally on your machine

git clone https://github.com/GraphWalker/graphwalker-project.git
cd graphwalker-project
mvn install

Build standalone command-line tool

mvn package -pl graphwalker-cli -am

The jar is in:

graphwalker-cli/target/graphwalker-cli-3.2.1.jar