Issues
- 0
跳过$GOPATH/pkg目录的编译
#39 opened by voidint - 0
支持go modules
#38 opened by voidint - 0
支持编译目录下的符号链接目录
#36 opened by voidint - 0
支持清除(clean)工程下符号链接源目录下的二进制文件
#37 opened by voidint - 0
使用alpine作为基础镜像优化Dockerfile
#22 opened by voidint - 1
支持通过选项方式指定是否仅编译main包
#25 opened by voidint - 0
添加clean子命令
#26 opened by voidint - 0
为全局选项--debug和--config分别增加-D和-c的别名
#27 opened by voidint - 0
- 0
- 0
对于非内置的表达式求值,不再返回"invalid express"错误,而是将表达式原样返回。
#32 opened by voidint - 3
*NIX系统下通过shell对命令形式的变量表达式进行求值
#34 opened by voidint - 0
使用第三方库semver校验gbb.json中的version信息
#33 opened by voidint - 2
不包含任何满足条件的go源代码的目录应该跳过编译
#29 opened by voidint - 0
添加build子命令
#28 opened by voidint - 1
支持go build/install原生参数
#3 opened by voidint - 0
gbb init无法获取键盘输入的空格内容
#1 opened by voidint - 1
- 0
- 0
若gbb.json的tool属性值包含空格则无法正常编译
#24 opened by voidint - 0
支持自定义目录ignore
#21 opened by voidint - 1
支持手工指定gbb.json文件位置
#16 opened by voidint - 0
配置文件中的配置项重命名
#9 opened by voidint - 0
除了支持编译main入口源代码文件,还应该支持编译包/库。
#10 opened by voidint - 0
当gbb.json的版本号高于gbb程序版本号时给出程序升级提醒
#19 opened by voidint - 1
切换到指定工作目录并调用指定的编译工具进行编译后未重新切换回原始目录
#18 opened by voidint - 1
gbb运行完毕后重置工作目录
#17 opened by voidint - 0
- 0
添加Dockerfile
#15 opened by voidint - 1
通过Travis CI做持续集成
#13 opened by voidint - 0
错误信息输出不够友好
#6 opened by voidint - 0
gbb.json中variables[].value内容支持“命令表达式”
#7 opened by voidint - 1
变量表达式首字母大写
#11 opened by voidint - 0
debug信息缺少变量表达式求值的信息
#12 opened by voidint - 1
gbb init步骤中移除version信息采集步骤
#5 opened by voidint - 1
支持在项目根目录通过go build/install编译整个项目
#4 opened by voidint - 0
生成含丰富版本信息的可执行文件的功能作为可选功能出现
#8 opened by voidint - 6
gbb 的目的是什么
#2 opened by linuxr