meetup / ivy-dated

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Rust 100.0%