Skip to content
/ app Public

app runner, build with graalvm native image. fast and useful.

Notifications You must be signed in to change notification settings

app-runner/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Runner(app-runner)

app-runner是一个基于solonpicocli开发的应用管理器,可以方便的管理应用,包括安装、运行、卸载、更新、查看等功能。

应用

应用开发

每个应用,是一个单独的项目,app-runner只是对其进行管理,是应用启动的入口。

应用包发布

构建 native image

sh build.sh

使用

示例项目地址:https://github.com/dudiao/stm-examples

app --help

app install examples -p /Users/yourpath/stm-examples.jar

app run examples