Easy steps to install apidoc package on Mac
Package Information:
Application Name – apidoc
What is apidoc – Not Available for apidoc
Use of apidoc – RESTful web API Documentation Generator
URL – https://apidocjs.com
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install apidoc using brew
brew install apidoc
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
apidoc is ready to use now!