3 Star 6 Fork 1

Gitee 极速下载/Pingap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vicanso/pingap
克隆/下载
Makefile 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
vicanso 提交于 2025-05-12 21:27 +08:00 . fix: fix generate version change log, #116
lint:
typos
cargo clippy --all-targets --all -- --deny=warnings
lint-full:
typos
cargo clippy --features=full --all-targets --all -- --deny=warnings
fmt:
cargo fmt --all
build-web:
rm -rf dist \
&& cd web \
&& npm install && npm run build \
&& cp -rf dist ../
# update-shadcn:
# for file in src/components/ui/*.tsx; do npx shadcn@latest add -y -o $(basename "$file" .tsx); done
bench:
cargo bench
dev:
RUST_LOG=INFO bacon run -- -- -c=~/tmp/pingap?separation --admin=pingap:123123@127.0.0.1:3018 --autoreload
devetcd:
RUST_LOG=INFO bacon run -- -- -c="etcd://127.0.0.1:2379/pingap?timeout=10s&connect_timeout=5s" --admin=127.0.0.1:3018 --autoreload
mermaid:
cargo run --bin generate-mermaid
udeps:
cargo +nightly udeps
msrv:
cargo msrv list
bloat:
cargo bloat --release --crates
outdated:
cargo outdated
unused-features:
unused-features analyze
test:
cargo test --workspace --features=full
cov:
cargo llvm-cov --workspace --html --open
release:
cargo build --release
ls -lh target/release
release-full:
cargo build --release --features=full
ls -lh target/release
release-all:
cargo build --release --features=full
mv target/release/pingap target/release/pingap-full
cargo build --release
ls -lh target/release
release-perf:
cargo build --profile=release-perf --features=perf
ls -lh target/release-perf
release-pyro:
cargo build --profile=release-perf --features=pyro
ls -lh target/release-perf
publish:
make build-web
cargo publish --registry crates-io --no-verify
hooks:
cp hooks/* .git/hooks/
version:
git cliff --unreleased --tag v0.11.0 --prepend CHANGELOG.md
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/mirrors/Pingap.git
git@gitee.com:mirrors/Pingap.git
mirrors
Pingap
Pingap
main

搜索帮助