create-nx-quarkus
Our very own CLI to create Nx workspaces with built-in support for Quarkus!
The goal of this CLI is to ease the process of creating a Nx workspace that can host and manage Quarkus projects, thanks to our @nxrocks/nx-quarkus plugin, that is automatically installed within it.
Prerequisites
To run this CLI, all you need is to have NodeJS installed (preferably the current LTS version).
Then to later create and run your Quarkus projets, you'll need a Java Runtime as well.
- NodeJS (preferably latest or LTS version) in path
- JRE or JDK in path
Getting Started
Run npx create-nx-quarkus your-workspace-name
to execute the CLI.
This command will guide you through the creation process steps by steps.
Options
Run npx create-nx-quarkus --help
to print some helpful info on available options.
License
Copyright (c) 2023-present Tine Kondo. Licensed under the MIT License (MIT)