2 Star 6 Fork 1

Wechaty/wechaty-getting-started

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2021-03-15 00:25 +08:00 . clean
# Makefile for Wechaty Getting Started
#
# GitHb: https://github.com/wechaty/wechaty-getting-started
# Author: Huan LI <zixia@zixia.net> https://github.com/huan
#
# Make commands supported:
# install
# bot
# lint
# test
# clean
#
.PHONY: all
all : install bot
.PHONY: install
install:
npm install
.PHONY: bot
bot:
npm start
.PHONY: clean
clean:
npm run clean
.PHONY: lint
lint: npm run lint
.PHONY: test
test:
npm test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wechaty/wechaty-getting-started.git
git@gitee.com:wechaty/wechaty-getting-started.git
wechaty
wechaty-getting-started
wechaty-getting-started
master

搜索帮助