Skip to content

Commit

Permalink
generate-blueprint: readme adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 26, 2024
1 parent 8a24289 commit 88e913b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions generators/generate-blueprint/templates/README.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,23 @@ npm install -g generator-jhipster-<%= baseName %>

To use this blueprint, run the below command

```bash
<%_ if (cli) { _%>
```bash
<%= cliName %>
<%_ if (caret) { _%>
```
or
```bash
jhipster --blueprints <%= baseName %>
```
<%_ } _%>
<%_ } else { _%>
```bash
jhipster --blueprints <%= baseName %>
<%_ } _%>
```
<%_ } _%>

You can look for updated <%= baseName %> blueprint specific options by running

Expand Down

0 comments on commit 88e913b

Please sign in to comment.