1 Star 0 Fork 0

Gitee 极速下载/tinyfish-io_agentql-mcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tinyfish-io/agentql-mcp
克隆/下载
Makefile 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
tinyfish-github-terraform[bot] 提交于 2025-03-13 02:26 +08:00 . Created root makefile
SHELL := /usr/bin/env bash
include $(wildcard makefiles/*)
.PHONY: check-trufflehog
check-trufflehog:
@if ! which trufflehog > /dev/null 2>&1; then \
echo "TruffleHog is not installed."; \
echo "MacOS users can install it with:"; \
echo " brew install trufflehog"; \
echo ""; \
echo "Linux users can install it with:"; \
echo " curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin"; \
echo ""; \
echo "For more details, go to https://github.com/trufflesecurity/trufflehog"; \
exit 1; \
fi
.PHONY: setup-pre-commit
setup-pre-commit:
@if [ ! -f .pre-commit-config.yaml ]; then \
echo ".pre-commit-config.yaml not found. Copying template..."; \
cp .github/config/.pre-commit-config-template.yaml .pre-commit-config.yaml; \
echo ".pre-commit-config.yaml created from template."; \
else \
echo ".pre-commit-config.yaml already exists."; \
fi
.PHONY: init
init: setup-pre-commit check-trufflehog
pip install pre-commit
pre-commit install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/tinyfish-io_agentql-mcp.git
git@gitee.com:mirrors/tinyfish-io_agentql-mcp.git
mirrors
tinyfish-io_agentql-mcp
tinyfish-io_agentql-mcp
main

搜索帮助