# plugin-starter **Repository Path**: usench/plugin-starter ## Basic Information - **Project Name**: plugin-starter - **Description**: Halo 2.0 插件开发快速开始模板 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2023-03-31 - **Last Updated**: 2023-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plugin-starter Halo 2.0 插件开发快速开始模板。 ## 开发环境 插件开发的详细文档请查阅: ```bash git clone git@github.com:halo-sigs/plugin-starter.git # 或者当你 fork 之后 git clone git@github.com:{your_github_id}/plugin-starter.git ``` ```bash cd path/to/plugin-starter ``` ```bash # macOS / Linux ./gradlew pnpmInstall # Windows ./gradlew.bat pnpmInstall ``` ```bash # macOS / Linux ./gradlew build # Windows ./gradlew.bat build ``` 修改 Halo 配置文件: ```yaml halo: plugin: runtime-mode: development fixedPluginPath: - "/path/to/plugin-starter" ```