Hera checks if there were actual code changes in the last commit in git
repositories. Allowing you to skip building your project if only documentation
or comments have changed. This is mainly useful for projects that have really
long build times. Hera supports all languages supported by [tokei].
cargo install hera
You can download prebuilt binaries in the [releases section] or create one from source.
shell
$ git clone https://github.com/Aaronepower/hera.git
$ cd hera
$ cargo build --release
```
```
env
PATH
<path>;C:/hera/;
``` hera 0.1.0 Aaron P. theaaronepower@gmail.com + Contributors A program for checking if there were code changes between git commits.
USAGE: hera [FLAGS] [OPTIONS] [input]...
FLAGS: -h, --help Prints help information -q, --quiet Do not output to stdout. -V, --version Prints version information
OPTIONS:
-f, --filter
ARGS: ... The git repositories to be checked. Defaults to the current directory. ```
```
hera && cargo build ```