Skip to content

A cli to validate or not your repository dependencies

License

Notifications You must be signed in to change notification settings

LumberjackOtters/aretha

Repository files navigation

ARETHA

A simple Cli to know your project status and R.E.S.P.E.C.T. your dependencies

Options

  • --max-delay : Choose which type of delay may stop the CLI (abandoned/major/minor/patch)
  • --max-count : (int) The number of dependencies you accept in your delay
  • --require-only : allow you to work only with the limits of your requirements (will respect version you set in json files)
  • --info-only : Only diplay delay information, not breaking your CI process
  • --verbose : Display every dependencies information

You can also use a .aretha.yml file like the one provided in this repository to store your configuration.

Docker

docker run -tv ${PWD}:/project purplebabar/aretha --info-only

About

A cli to validate or not your repository dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published