Kotlin Hipster

基于 Kotlin 的 JHipster。(Kotlin based JHipster)

Github星跟蹤圖

Kotlin JHipster

JHipster 是一个用于快速生成、开发和部署现代 web 应用程序和微服务体系结构的开发平台。我们支持许多前沿技术,包括 Angular、React 和 Vue。我们甚至有对 Ionic 和 React Native 的手机应用支持!在后端,我们支持 Spring Boot(使用 Java 或 Kotlin)、microaut、Quarkus 和 Node.js 和 .net。对于部署,我们采用 Docke 和 Kubernetes 的云本地原则。部署支持 AWS、Azure、云计算、谷歌云平台、Heroku 和 OpenShift。

有关KHipster的文档和信息可在此处获得。

有关JHipster的完整文档和信息,请参见此处

您好!Kotlin 爱好者!

该项目将 Kotlin 添加到 JHipster 应用程序中。它基于 JHipster 蓝图。

如何开始

使用 npm install -g generator-jhipster-kotlin 安装软件包

确保已使用 npm install -g yo 安装了 yo

使用 npm install -g generator-jhipster-kotlin 安装软件包

用 khipster 生成应用程序

我们现在所拥有的

通用应用程序生成 -- khipster
Spring Controller -- khipster spring-controller <controller-name>
Spring Service -- khipster spring-service <service-name>
Entity generation -- khipster entity <entity-name>

社区

如发现问题,请在这里告诉我们。

有兴趣的贡献者,请查看我们的贡献指南以开始使用。

有任何疑问 sendilkumarn

(The first version translated by vz on 2020.08.08)

主要指標

概覽
名稱與所有者jhipster/jhipster-kotlin
主編程語言EJS
編程語言JavaScript (語言數: 4)
平台Docker, Kubernetes, Linux, Mac, Windows
許可證Apache License 2.0
所有者活动
創建於2018-02-18 19:09:21
推送於2025-03-22 16:32:52
最后一次提交
發布數38
最新版本名稱1.16.0 (發布於 )
第一版名稱0.0.1 (發布於 2018-02-19 06:41:45)
用户参与
星數457
關注者數29
派生數98
提交數1.2k
已啟用問題?
問題數155
打開的問題數14
拉請求數237
打開的拉請求數6
關閉的拉請求數72
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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