Quickstart
Extremely-Quick-Start -- (ba|z|fi)?sh
users only
- requires a Unix terminal (
(ba|z|fi)?sh
) curl
must be installed- run
curl https://raw.githubusercontent.com/jakta-bdi/jakta-examples/main/jakta-example.sh | bash
- the repository is in your
Downloads
folder for further inspection
Quick-Start
On a terminal, type the following commands:
git clone https://github.com/jakta-bdi/jakta-examples.git
cd jakta-examples
- Explore the
src
folder, containing examples implemented usingJaKtA
DSL. Choose one file that you want to launch, for examplePingPong
. - Depending on the platform, launch:
- Bash compatible (Linux, MacOS X, Git Bash, Cygwin):
./gradlew jaktaPingPong
- Windows native (cmd.exe, Powershell):
gradlew.bat jaktaPingPong
- Bash compatible (Linux, MacOS X, Git Bash, Cygwin):
In addition, you can run ./gradlew tasks
(or gradlew.bat tasks
if using Windows) to see all the available examples that you can run.
JaKtA examples are visible under the JaKtA examples tasks
section.