Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jan 30, 2025
1 parent d7f1169 commit 7d3986b
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,16 @@

`cd jhipster-kotlin`

`npm install | yarn`
`npm install`

`npm link | yarn link`
`npm link -g`

( 🏁 Kudos, you just setup JHipster-Kotlin and linked to it locally )

### Step 2 🀟 : before generating your application, go to your application folder

`yarn link "generator-jhipster-kotlin"`

or

`npm link "generator-jhipster-kotlin"`

( 🏁 Kudos, you have done it. It is the time to generate the application `khipster` )

✨✨✨✨ You are rocking ✨✨✨✨

Fix / Code / Document and create a pull request πŸ’―
( 🏁 Kudos, you just setup JHipster-Kotlin and created a global link to khipster executable )

## Generating samples

Create a new folder and generate an application sample using any of the following alternatives.

Default maven application:

```
Expand Down

0 comments on commit 7d3986b

Please sign in to comment.