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:
- Open Terminal.
- Execute following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install autorest using brew
brew install autorest
autorest is ready to use now!