Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to jhipster-quarkus cli #303

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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