Skip to content

jhipster/jhipster-kotlin

Folders and files

NameName
Last commit message
Last commit date
Jan 29, 2025
Jan 29, 2025
Jan 13, 2025
Jan 29, 2025
Nov 10, 2020
Jan 29, 2025
Jan 18, 2025
Jul 24, 2024
Jun 18, 2024
Jan 13, 2025
Jan 13, 2025
Jun 18, 2024
Jul 24, 2024
Jan 29, 2025
Jan 29, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 28, 2025
Dec 31, 2024
Jun 13, 2024
Jan 13, 2025
Jun 27, 2019
Jan 28, 2025
Jan 13, 2025
Jun 18, 2024
Jan 13, 2025
Jan 13, 2025

Repository files navigation


About

Kotlin + JHipster = KHipster

Documentation and information about KHipster is available here

Full documentation and information about JHipster is available here


Build status

Angular

React

Greetings, Kotlin Hipster!

NPM version Dependency Status

πŸš€ How to get started

Install the package with npm install -g generator-jhipster-kotlin

  1. Install the package with npm install -g generator-jhipster-kotlin
  2. Create and navigate to a directory
  3. Generate the application with khipster

Using Docker

Download the Dockerfile:

mkdir docker
cd docker
wget https://github.com/jhipster/jhipster-kotlin/raw/main/docker/Dockerfile

Build the Docker images:

docker build -t jhipster-generator-kotlin:latest .

Make a folder where you want to generate the Service:

mkdir service
cd service

Run the generator from image to generate service:

docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin

Run and attach interactive shell to the generator docker container to work from inside the running container:

docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin /bin/bash

🚦 What we have now

βœ… General App generation - khipster

βœ… Spring Controller - khipster spring-controller <controller-name>

βœ… Spring Service - khipster spring-service <service-name>

βœ… Entity generation - khipster entity <entity-name>

❀️ for community

Found an issue, let us know here.

Interested in contributing, check out our contributing guide to get started.

Any questions sendilkumarn