Installation

Set up your development environment with qctl

Prerequisites

  • Java 17+: qqq is built on Java
  • Maven 3.6+: For dependency management
  • Node.js 18+: Required for qctl CLI
  • Install qctl

    qctl is the command-line tool for managing qqq projects.

    Bash
    npm install -g @qqq/qctl

    Verify the installation:

    Bash
    qctl --version

    Verify Java Setup

    Bash
    java -version
    mvn -version

    Next Steps

    With qctl installed, continue to Quickstart to create your first project.

    Powered by qqq