1 Star 0 Fork 0

Vstephen/oak-http-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
cmorten 提交于 2024-01-28 19:18 . chore: upgrade deps
.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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Vstephen/oak-http-proxy.git
git@gitee.com:Vstephen/oak-http-proxy.git
Vstephen
oak-http-proxy
oak-http-proxy
main

搜索帮助