代码拉取完成,页面将自动刷新
.PHONY: build ci deps doc fmt fmt-check lint precommit test typedoc
FILES_TO_FORMAT = ./src ./test ./deps.ts ./mod.ts ./version.ts
build:
@deno run --allow-net --allow-read --allow-env --reload mod.ts
ci:
@make fmt-check
@make build
@make test
deps:
@npm install -g typescript@4 typedoc@0.19.2
doc:
@deno doc ./mod.ts
fmt:
@deno fmt ${FILES_TO_FORMAT}
fmt-check:
@deno fmt --check ${FILES_TO_FORMAT}
lint:
@deno lint ${FILES_TO_FORMAT}
precommit:
@make typedoc
@make fmt
@make ci
test:
@deno test --allow-net --allow-read
typedoc:
@rm -rf docs
@typedoc --ignoreCompilerErrors --out ./docs --mode modules --includeDeclarations --excludeExternals --name oak-http-proxy ./src
@make fmt
@make fmt
@echo 'future: true\nencoding: "UTF-8"\ninclude:\n - "_*_.html"\n - "_*_.*.html"' > ./docs/_config.yaml
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。