Installation
Set up your development environment with qctl
Prerequisites
Install qctl
qctl is the command-line tool for managing qqq projects.
Bash
npm install -g @qqq/qctlVerify the installation:
Bash
qctl --versionVerify Java Setup
Bash
java -version
mvn -versionNext Steps
With qctl installed, continue to Quickstart to create your first project.