1 Star 0 Fork 7

ryvius_key / coco

forked from inherd / coco 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
justfile 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2021-03-07 20:41 . build: add analysis task
tests:
cargo test --all --exclude e2e
e2e:
cargo test --package e2e
build:
cargo build --all
release:
cargo build --verbose --release --all
@bench:
cargo bench
@lint:
rustup component add clippy
rustup component add rustfmt
cargo clippy -- -D warnings
cargo clippy --tests
cargo fmt -- --check
@fix:
cargo fmt --all
# cargo install cargo-bloat
@analysis:
cargo bloat --release -n 50
clean:
cargo clean
find . -type f -name "*.orig" -exec rm {} \;
find . -type f -name "*.bk" -exec rm {} \;
find . -type f -name ".*~" -exec rm {} \;
changelog:
conventional-changelog -p angular -i CHANGELOG.md -s
1
https://gitee.com/ryvius_key/coco.git
git@gitee.com:ryvius_key/coco.git
ryvius_key
coco
coco
master

搜索帮助