https://github.com/dudiao/stm
Solon Toolkit Manager, build with graalvm native image. fast and useful.
https://github.com/dudiao/stm
graalvm java native solon stm toolkit
Last synced: about 1 year ago
JSON representation
Solon Toolkit Manager, build with graalvm native image. fast and useful.
- Host: GitHub
- URL: https://github.com/dudiao/stm
- Owner: dudiao
- Created: 2023-04-22T15:06:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T11:08:14.000Z (over 2 years ago)
- Last Synced: 2025-01-25T14:42:05.225Z (over 1 year ago)
- Topics: graalvm, java, native, solon, stm, toolkit
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 本仓库已废弃,请移步:https://github.com/app-runner/app
# Solon Toolkit Manager (stm)
`stm`是一个基于`solon`和`picocli`开发的应用管理器,可以方便的管理应用,包括安装、运行、卸载、更新、查看等功能。
# 应用
## 应用开发
每个应用,是一个单独的项目,`stm`只是对其进行管理,是应用启动的入口。
## 应用包发布
# 构建 native image
```bash
sh build.sh
```
## 使用
示例项目地址:https://github.com/dudiao/stm-examples
```shell
stm --help
stm install examples -p /Users/yourpath/stm-examples.jar
stm run examples -n abc -l
```