Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
generator-jhipster-kotlin
Advanced tools
JHipster is a development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. We support many frontend technologies, including Angular, React, and Vue. We even have mobile app support for Ionic and React Native! On the backend, we support Spring Boot (with Java or Kotlin), Micronaut, Quarkus, Node.js, and .NET. For deployment, we embrace cloud native principles with Docker and Kubernetes. Deployment support exists for AWS, Azure, Cloud Foundry, Google Cloud Platform, Heroku, and OpenShift.
Documentation and information about KHipster is available here
Full documentation and information about JHipster is available here
This project adds Kotlin to the JHipster application 😎. It is based on JHipster Blueprint 🔵.
Install the package with npm install -g generator-jhipster-kotlin
yo
installed with npm install -g yo
npm install -g generator-jhipster-kotlin
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
FAQs
A Kotlin based JHipster (KHipster)
The npm package generator-jhipster-kotlin receives a total of 507 weekly downloads. As such, generator-jhipster-kotlin popularity was classified as not popular.
We found that generator-jhipster-kotlin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.