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:
- Open Terminal on your Mac.
- Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install charm-tools using brew
brew install charm-tools
charm-tools is ready to use now!