SP-2827 / raven

Handyman Rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handyman

To get the repository clone

git clone https://github.com/zucisystems-dev/handyman.git

To see the list of branch in the repo (default master)

git branch -a

To change to the particular branch

git checkout {{branch}}

To Clean, Compile and build, run the below maven commands

  1. to generate Action Classes

    mvn clean antlr4:antlr4 test -Dtest=ActionGenerationTest#generate compile install

Generated jar file available in target folder as handyman-raven-vm-${project.version}.jar

About

Handyman Rocks

License:Apache License 2.0


Languages

Language:Java 98.4%Language:ANTLR 1.6%