Skip to content

tool for computing the "dated-ness" of an ivy project's dependencies

License

Notifications You must be signed in to change notification settings

meetuparchive/ivy-dated

Repository files navigation

ivy dated Build Status

computes the "dated-ness" of a project's dependencies based by cross referencing an ivy configuration with maven central

๐Ÿ“ฆ install

๐Ÿบ Via Homebrew

$ tap meetup/tools
$ brew install ivy-dated

๐Ÿท๏ธ Via GitHub Releases

Prebuilt binaries for OSX and Linux are available for download directly from GitHub Releases

$ curl -L \
 "https://github.com/meetup/ivy-dated/releases/download/v0.0.0/ivy-dated-v0.0.0-$(uname -s)-$(uname -m).tar.gz" \
  | tar -xz

๐Ÿคธ usage

You can run this as is in any directory that has an ivy.xml file

$ ivy-dated

If you wish you can also specify an ivy file more directly

$ ivy-dated -f path/to/custom-ivy.xml

๐Ÿ‘ฉโ€๐Ÿญ development

This is a rustlang application. Go grab yourself a copy with rustup.

Meetup, Inc.