“TabooLib Style Guide”的版本间的差异
来自Purtmars Wikipedia —— 普特莫斯维基
第1行: | 第1行: | ||
− | + | [[File:TabooLib alpha.png|500px]] | |
− | 但插件中所使用 | + | 本文定义了基于 '''TabooLib (Kotlin)''' 编写 Bukkit 插件而提供的指导性准则和建议。<br> |
− | + | 但插件中所使用 '''Kotlin''' 代码应遵循 [https://kotlinlang.org/docs/coding-conventions.html Kotlin Coding Conventions] 规范。 | |
= 开始 = | = 开始 = |
2021年6月9日 (三) 14:24的版本
本文定义了基于 TabooLib (Kotlin) 编写 Bukkit 插件而提供的指导性准则和建议。
但插件中所使用 Kotlin 代码应遵循 Kotlin Coding Conventions 规范。
开始
通过阅读 TabooLib 来创建基础的项目文件,自 2021/06 月起 TabooLib—SDK 将自带 GitHub Actions 自动构建任务。
Windows 平台:
gradlew clean build
macOS 或 Linux 平台:
./gradlew clean build
构建文件将会保存在 ./build/libs 目录中.