Skip to content

Commit b64526c

Browse files
authored
Update documentation for jhipster v8 (jhipster#1388)
1 parent b8b3290 commit b64526c

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ This is a [JHipster](https://www.jhipster.tech/) blueprint, that is meant to be
5050

5151
https://gitter.im/JHipster-NET/jhipster-dotnetcore
5252

53-
# Prerequisites
54-
55-
npm install -g generator-jhipster
56-
5753
# Installation
5854

5955
## With NPM
@@ -89,19 +85,11 @@ yarn global upgrade generator-jhipster-dotnetcore
8985
To use this blueprint, run the below command
9086

9187
```bash
92-
jhipster --blueprints dotnetcore
88+
jhipster-dotnetcore
9389
```
9490

9591
## Using Docker
9692

97-
Download the Dockerfile:
98-
99-
```bash
100-
mkdir docker
101-
cd docker
102-
wget https://github.com/jhipster/jhipster-dotnetcore/raw/main/docker/Dockerfile
103-
```
104-
10593
Build the Docker images:
10694

10795
```bash
@@ -125,17 +113,17 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-dotnetcore
125113

126114
✅ General App generation
127115

128-
- `jhipster --blueprints dotnetcore`
116+
- `jhipster-dotnetcore`
129117
- JWT : ✅
130118
- Oauth2 : ✅
131119

132120
✅ Entity generation
133121

134-
- `jhipster entity <entity-name>`
122+
- `jhipster-dotnetcore <entity-name>`
135123

136124
✅ JDL Entity model support generation
137125

138-
- `jhipster import-jdl my_file.jdl`
126+
- `jhipster-dotnetcore import-jdl my_file.jdl`
139127

140128
## Running the generated app in a Docker container
141129

docs/Introduction/getting-started.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Getting Started
22

3-
## Prerequisites
4-
5-
npm install -g generator-jhipster
6-
73
## Installation of the blueprint
84

95
Run the following command to install jhipster-dotnetcore
@@ -17,7 +13,7 @@ npm install -g generator-jhipster-dotnetcore
1713
Call the generator
1814

1915
```bash
20-
jhipster --blueprints dotnetcore
16+
jhipster-dotnetcore
2117
```
2218

2319
After running this command you have few questions to answer, as Application name, authentication mode, client framework etc
@@ -34,13 +30,13 @@ JHipster allow you to add entity with cli or with jdl file (add link)
3430
JHipster.NET have the same behavior.
3531

3632
```bash
37-
jhipster entity <entity-name>
33+
jhipster-dotnetcore entity <entity-name>
3834
```
3935

4036
Or with jdl
4137

4238
```bash
43-
jhipster import-jdl my_file.jdl
39+
jhipster-dotnetcore import-jdl my_file.jdl
4440
```
4541

4642
You can edit jdl with https://start.jhipster.tech/jdl-studio/

0 commit comments

Comments
 (0)