Produce build artifacts in CI
Signify presence of scripts with exit code
Add build status to README
Unearth build scripts in unfamiliar projects.
Usage: unerf [path]
Unearth build scripts in unfamiliar projects.
Available options:
-h,--help Show this help text
-v,--version Show version
path The path to check, defaulting to the current working
directory
The following tooling is supported:
unerf is currently developed against GHC 8.10.4.
The codebase is split up into two parts, lib/
and exec/
, representing the internal library and the CLI interface respectively.