~samhh/unerf

Unearth build scripts in unfamiliar projects.
5852140d — Sam A. Horvath-Hunt 2 years ago
Produce build artifacts in CI
959581ca — Sam A. Horvath-Hunt 2 years ago
Signify presence of scripts with exit code
331aa841 — Sam A. Horvath-Hunt 2 years ago
Add build status to README

clone

read-only
https://git.sr.ht/~samhh/unerf
read/write
git@git.sr.ht:~samhh/unerf

You can also use your local clone with git send-email.

#unerf

builds.sr.ht status

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:

  • Cabal
  • Cargo
  • make
  • npm
  • Spago
  • Stack
  • Yarn

#Contributing

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.