How to Install charm-tools on Mac using Brew

Package Information:

Name: charm-tools
Use: This is a collection of tools to make writing Juju charms easier.
URL: https://github.com/juju/charm-tools

Installation Steps:

  1. Open Terminal on your Mac.
  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 charm-tools using brew
    brew install charm-tools

charm-tools is ready to use now!