CoderKuo / TabooLib-Initializr

TabooLib模板生成器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TabooLib-模板生成器

快捷生成TabooLib项目解决方案,本项目使用TabooLib开发

构建

./gradlew build

打开build/libs/文件夹

java -jar TabooLib-Initializr-1.1.jar

使用方法

命令

# 主命令
taboolib # 别名 taboo tb

tb create 项目名 # 创建项目
tb create 项目名 模板 # 使用模板创建项目

tb edit 项目名 # 编辑项目
tb edit 项目名 group xxx.xxx # 编辑项目组名
tb edit 项目名 env list # 查看所有模块及索引
tb edit 项目名 env add 1 2 3 # 给项目中加入索引为1 2 3 的模块

tb write 项目名 路径 # 写出项目 路径为空时自动为当前目录下out文件夹

图片展示

相关链接

TabooLib

TabooLib-Initializr-Template

About

TabooLib模板生成器


Languages

Language:Kotlin 100.0%