Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerKit

Go 编写的服务器初始化工具,零依赖部署,插件化架构。

使用方式

# TUI 交互模式(默认)
./serverkit

# CLI 指定安装
./serverkit install nvm docker go --user kali

# 配置文件驱动
./serverkit install --config serverkit.toml

# 列出所有可用工具
./serverkit list

支持的工具

分类 工具
基础编译 gcc, make
运行时 nvm, sdkman, go
容器化 docker + compose
编辑器 vscode
网络 v2ray, openvpn
AI claude-code

构建

make tidy    # 下载依赖
make build   # 本地构建
make build-linux  # 交叉编译 Linux amd64

About

Environment initial => install necessary software about development

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages