普特莫斯维基 (Purtmars Wikipedia 📖)

“TabooLib Style Guide”的版本间的差异

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

2021年6月9日 (三) 14:20的版本

TabooLib Style Guide 定义了基于 TabooLib (Kotlin) 编写 Bukkit 插件而提供的指导性准则和建议。
但插件中所使用 Kotlin 代码应遵循 Kotlin Coding conventions 中的规范。
TabooLib alpha.png

开始

通过阅读 TabooLib 来创建基础的项目文件,自 2021/06 月起 TabooLib—SDK 将自带 GitHub Actions 自动构建任务。

Windows 平台:

gradlew clean build

macOS 或 Linux 平台:

./gradlew clean build

构建文件将会保存在 ./build/libs 目录中.