Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 310 Bytes

how-to-create-project.md

File metadata and controls

6 lines (5 loc) · 310 Bytes

How to create a project?

There is an easy way to create a quarkus project included the dependencies

  1. Run ./quarkus-create-app.sh <your project organisation> <project artifact id>
  2. The new project will be placed in ../ from this root project, see the log after creating project

Back