1 Star 0 Fork 0

cocoaroger/node-fluent-ffmpeg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
cocoaroger 提交于 2021-10-07 22:19 . init
REPORTER = spec
MOCHA = node_modules/.bin/mocha
test:
@NODE_ENV=test $(MOCHA) --require should --reporter $(REPORTER)
test-colors:
@NODE_ENV=test $(MOCHA) --require should --reporter $(REPORTER) --colors
test-cov: test/coverage.html
test/coverage.html: lib-cov
@FLUENTFFMPEG_COV=1 NODE_ENV=test $(MOCHA) --require should --reporter html-cov > test/coverage.html
lib-cov:
@rm -fr ./$@
@jscoverage lib $@
publish:
@npm version patch -m "version bump"
@npm publish
JSDOC = node_modules/.bin/jsdoc
JSDOC_CONF = tools/jsdoc-conf.json
doc:
$(JSDOC) --configure $(JSDOC_CONF)
.PHONY: test test-cov lib-cov test-colors publish doc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cocoaroger/node-fluent-ffmpeg.git
git@gitee.com:cocoaroger/node-fluent-ffmpeg.git
cocoaroger
node-fluent-ffmpeg
node-fluent-ffmpeg
master

搜索帮助