Skip to content

huijeong-kim/cppwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppwatch

cppwatchis small, personal toy project to make cargo watch for cpp project in rust. WORK IN PROGRESS.

How to use

Usage: cppwatch --src <PATH> --execute <CMD>

Options:
  -s, --src <PATH>     Src code location to watch
  -x, --execute <CMD>  Command to execute when src changed
  -h, --help           Print help information
  -V, --version        Print version information
cargo run -- -s ../../poseidonos/ -x "make -j12"
    Finished dev [unoptimized + debuginfo] target(s) in 0.08s
     Running `target/debug/cppwatch -s ../../poseidonos/ -x 'make -j12'`
Watch ../../poseidonos/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages