1 Star 0 Fork 73

rosechina/SOAR

forked from Gitee 极速下载/SOAR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deps.sh 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
Leon Zhang 提交于 2019-01-08 09:56 . add cli test frame work bats (#181)
#!/bin/bash
NEEDED_COMMANDS="docker git go govendor retool bats"
for cmd in ${NEEDED_COMMANDS} ; do
if ! command -v "${cmd}" &> /dev/null ; then
echo -e "\033[91m${cmd} missing\033[0m"
exit 1
else
echo "${cmd} found"
fi
done
# Docker
## https://www.docker.com
# Git
## https://git-scm.com/
# Go
## https://golang.org/
# Govendor
## go get github.com/kardianos/govendor
# retool
## go get github.com/twitchtv/retool
# bats https://github.com/sstephenson/bats
## Ubuntu: apt-get install bats
## Mac: brew install bats
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rosechina/SOAR.git
git@gitee.com:rosechina/SOAR.git
rosechina
SOAR
SOAR
master

搜索帮助