Ai
1 Star 1 Fork 0

Wechaty/php-wechaty-getting-started

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangchunsheng 提交于 2020-07-22 16:20 +08:00 . add usage
.PHONY: all
all: install bot
.PHONY: install
install:
composer install
.PHONY: bot
bot:
php examples/ding-dong-bot.php
.PHONY: clean
clean:
rm -rf vendor/*
.PHONY: version
version:
@newVersion=$$(awk -F. '{print $$1"."$$2"."$$3+1}' < VERSION) \
&& echo $${newVersion} > VERSION \
&& git add VERSION \
&& git commit -m "$${newVersion}" > /dev/null \
&& git tag "v$${newVersion}" \
&& echo "Bumped version to $${newVersion}"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wechaty/php-wechaty-getting-started.git
git@gitee.com:wechaty/php-wechaty-getting-started.git
wechaty
php-wechaty-getting-started
php-wechaty-getting-started
master

搜索帮助