INSTALL
How to download, test and run.
Download
git clone https://github.com/helvm/helct.git
cd helct
Cabal
Compile and run with cabal
:
cabal clean && cabal build && cabal test
cabal run helct
Etlas
Compile and run with etlas
:
etlas clean && etlas build && etlas test
etlas run helct
Gradle
Compile and run with gradlew
:
./gradlew clean -PetaSendMetrics=true
./gradlew compileEta
./gradlew compileTestEta
./gradlew test
./gradlew run
./gradlew shadowJar
Other
For more see CONTRIBUTING.