Monitoring Java Library bagit on Mac using Brew

Package Information:

Name: bagit
Use: Java library to support the BagIt specification.
URL: https://github.com/LibraryOfCongress/bagit-java

Installation Steps:

  1. Open up your Terminal.
  2. Copy the below command and execute

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bagit using brew
    brew install bagit

bagit is ready to use now!