Kotlin + JHipster = KHipster
Documentation and information about KHipster is available here
Full documentation and information about JHipster is available here
Install the package with npm install -g generator-jhipster-kotlin
- Install the package with
npm install -g generator-jhipster-kotlin
- Create and navigate to a directory
- Generate the application with
khipster
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
β
General App generation - khipster
β
Spring Controller - khipster spring-controller <controller-name>
β
Spring Service - khipster spring-service <service-name>
β
Entity generation - khipster entity <entity-name>
Found an issue, let us know here.
Interested in contributing, check out our contributing guide to get started.
Any questions sendilkumarn