dev-clean 2.0.0

A TUI tool to find and remove node_modules folders
1
2
3
4
5
6
7
8
9
10
11
12
pre-commit:
  parallel: true
  commands:
    fmt:
      run: cargo fmt --check
    clippy:
      run: cargo clippy -- -D warnings

pre-push:
  commands:
    test:
      run: cargo test