Skip to content

Commit

Permalink
Merge pull request #433 from jhipster/contributing
Browse files Browse the repository at this point in the history
add Generating samples to contributing
  • Loading branch information
DanielFran authored Aug 9, 2024
2 parents 12c5199 + b6745c7 commit 32387bb
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,31 @@ or

Fix / Code / Document and create a pull request 💯

### Synchronizing generator-jhipster templates
## Generating samples

Default maven application:

```
khipster --defaults --skip-install
```

Default gradle application:

```
khipster --build gradle --defaults --skip-install
```

CI samples:

```
khipster generate-sample --app-sample sample-name
```

Tips:

- Ktlint formatting is slow, disable with `--skip-ktlint-format`

## Synchronizing generator-jhipster templates

Run:

Expand Down

0 comments on commit 32387bb

Please sign in to comment.