An open API service indexing awesome lists of open source software.

https://github.com/classisland/plugintemplate

ClassIsland 插件模板
https://github.com/classisland/plugintemplate

Last synced: 4 months ago
JSON representation

ClassIsland 插件模板

Awesome Lists containing this project

README

          

# ClassIsland 插件模板

这是用于快速创建 ClassIsland 插件的模板,适用于 Visual Studio。在使用之前,请先根据文档[设置开发环境](https://docs.classisland.tech/dev/get-started/devlopment-plugins.html),并仔细阅读[关于插件开发的文档](https://docs.classisland.tech/dev/)。

ClassIsland 插件功能目前仍在不断更新中,请记得更新模板。

## 食用步骤

1. 前往 [Releases](https://github.com/ClassIsland/PluginTemplate/releases/latest) 中下载插件模板(PluginTemplate.zip)
2. 将下载的压缩包复制到`%USERPROFILE%\Documents\Visual Studio 2022\Templates\ProjectTemplates`(以 VS 2022 为例,以你电脑上的具体目录为准)
3. 打开 Visual Studio
4. 在【启动窗口】点击【创建新项目】,搜索“classisland”
5. 选择【ClassIslad Hello world 插件】模板创建项目
6. 大功告成🎉,开始你的 ClassIsland 插件开发之旅吧!

接下来你可以继续阅读[开发文档](https://docs.classisland.tech/dev/),了解插件开发的更多细节。

## 许可证

本项目基于 [MIT License](LICENSES.txt) 获得许可。