From 3c56431cf896ecf65a7b938f6cb0a231eb4acb11 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Thu, 9 Nov 2023 13:34:00 -0300 Subject: [PATCH] switch to JHipster-quarkus cli --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04b56283..36fcc4df 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ npm update -g generator-jhipster-quarkus To use this blueprint, run the command below: ```bash -jhipster --blueprints quarkus +jhipster-quarkus ``` ## Running local Blueprint version for development @@ -66,15 +66,15 @@ During development of blueprint, please note the below steps. They are very impo npm link generator-jhipster-quarkus npm link generator-jhipster (Optional: Needed only if you are using a non-released JHipster version) - jhipster -d --blueprints quarkus + npx jhipster-quarkus 🚦 What we have now: -✅ Generate App generation - `jhipster --blueprints quarkus` +✅ Generate App generation - `jhipster-quarkus` -✅ Entity generation - `jhipster --blueprints quarkus entity ` +✅ Entity generation - `jhipster-quarkus entity ` -✅ JDL import - `jhipster --blueprints quarkus import-jdl sample.jh` +✅ JDL import - `jhipster-quarkus jdl sample.jh` # ❤️ for community