Sprinkler/Help
Jump to navigation
Jump to search
Prerequisites
or if you'd like to build the Sprinkler software yourself:
Installation
Download the software for your platform from #Downloads or build the software yourself
Starting
Run the software with java -jar sprinkler.jar or sprinkler (If you built the software yourself: cd com.bitplan.sprinkler/release before this command)
Downloads
- sprinkler.jar - multiplatform Java
- sprinkler.exe - Windows executable
Build
git clone https://github.com/BITPlan/com.bitplan.sprinkler
cd com.bitplan.sprinkler
mvn install -D skipTests
Test
cd com.bitplan.sprinkler
mvn test