Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

XAMPPRocky/hera

Repository files navigation

Hera

Linux build status Windows build status Documentation

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.

Installation

Binary

Automatic
cargo install hera
Manual

You can download prebuilt binaries in the releases section or create one from source.

$ git clone https://github.com/XAMPPRocky/hera.git
$ cd hera
$ cargo build --release
Linux/OSX
# sudo mv target/release/hera /usr/local/bin
Windows
  • Create a folder for hera
  • search for env
  • open "edit your enviroment variables"
  • edit PATH
  • append folder path to the end of the string ie: <path>;C:/hera/;

Example

# Run cargo build if there were code changes
hera && cargo build

About

A program for checking if there were code changes between git commits.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENCE-APACHE
MIT
LICENCE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published