1 Star 0 Fork 10

tzcyztgs / Helidon

forked from Gitee 极速下载 / Helidon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
HELIDON-CLI.md 855 Bytes
一键复制 编辑 原始数据 按行查看 历史

Helidon CLI

The Helidon CLI lets you easily create a Helidon project by picking from a set of archetypes.

It also supports a developer loop that performs continuous compilation and application restart, so you can easily iterate over source code changes.

Install

MacOS:

curl -O https://helidon.io/cli/latest/darwin/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Linux:

curl -O https://helidon.io/cli/latest/linux/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Windows builds to come.

Create a New Project

helidon init

Then answer the questions.

Developer Loop

cd myproject
helidon dev

As you make source code changes the project will automatically recompile and restart your application.

Demo

Java
1
https://gitee.com/tzcyztgs/Helidon.git
git@gitee.com:tzcyztgs/Helidon.git
tzcyztgs
Helidon
Helidon
master

搜索帮助