2 Star 0 Fork 0

mirrors_sourcegraph/srclib-typescript

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Saveliev 提交于 2016-03-31 05:04 +08:00 . Removed Docker remnants
SRC = $(shell /usr/bin/find ./src -type f)
.PHONY: default install install-dep test test-gen clean
default: install-dep install
install: .bin/srclib-typescript.js
.bin/srclib-typescript.js: node_modules ${SRC} tsconfig.json package.json
tsc -p .
install-dep:
npm install
test: install
srclib -v test
test-gen: install
srclib -v test --gen
clean:
rm -f .bin/*.js
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sourcegraph/srclib-typescript.git
git@gitee.com:mirrors_sourcegraph/srclib-typescript.git
mirrors_sourcegraph
srclib-typescript
srclib-typescript
master

搜索帮助