An open API service indexing awesome lists of open source software.

https://github.com/nonnorm/rerun_in_except

Rerun build script if files in a directory have changed, excluding listed ones
https://github.com/nonnorm/rerun_in_except

build rerun rust

Last synced: 25 days ago
JSON representation

Rerun build script if files in a directory have changed, excluding listed ones

Awesome Lists containing this project

README

          

# rerun_in_except

Lets you rerun a build script if files in a directory have changed, excluding specific ones that are listed.

Example:
```rust
println!("{}", rerun_in_except("./frontend", &["./frontend/node_modules", "./frontend/artifacts"]).unwrap())
```