autorest Installation On Mac using Brew

Package Information:

Name: autorest
Use: Swagger (OpenAPI) Specification code generator featuring C# and Razor templates.
URL: https://github.com/Azure/autorest

Installation Steps:

  1. Open Terminal.
  2. Execute following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install autorest using brew
    brew install autorest

autorest is ready to use now!