gitwatch-rs 1.0.0

CLI to watch a git repo and automatically commit changes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clippy:
  cargo clippy --tests --fix --allow-dirty --allow-staged

test:
  cargo nextest run --no-capture

test-coverage:
  # https://github.com/xd009642/tarpaulin/issues/1076
  cargo tarpaulin --skip-clean --engine llvm  --target-dir target-tarpaulin

generate-manpage:
  cargo xtask man

release: generate-manpage

update:
  cargo update --breaking -Z unstable-options
  cargo udeps