Skip to content

Commit

Permalink
Merge pull request #303 from mshima/patch-2
Browse files Browse the repository at this point in the history
switch to jhipster-quarkus cli
  • Loading branch information
DanielFran authored Nov 9, 2023
2 parents 7b58f5e + 3c56431 commit 02fe52c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-name>`
✅ Entity generation - `jhipster-quarkus entity <entity-name>`

✅ JDL import - `jhipster --blueprints quarkus import-jdl sample.jh`
✅ JDL import - `jhipster-quarkus jdl sample.jh`

# ❤️ for community

Expand Down

0 comments on commit 02fe52c

Please sign in to comment.