psboard-qaqc-postprocess/README.md
Wataru Otsubo a94a871e52 update: organize commands to subcommands and rename bin
- existing functions are moved to subcommand `add-master-log`
2024-07-21 21:04:46 +09:00

36 lines
532 B
Markdown

# psb_qaqc
WIP
## For developers
### build / run
```sh
cargo build
cargo run -- -h
```
Build for JATHub using cross:
```sh
CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf
```
### test
```sh
cargo test
```
### doc
```sh
cargo doc --open
```
## TODO
- add more unittests
- test for various cases
- split into muds(maybe as lib crates)
- organize existing feature as a subcommand
- add csv check/validate subcommand
- skew measurement?
- rename bin/project
check `TODO`s in comments.