Easy steps to install eleventy package on Mac
Package Information:
Application Name – eleventy
What is eleventy – Not Available for eleventy
Use of eleventy – Simpler static site generator
URL – https://www.11ty.dev
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 eleventy using brew
brew install eleventy
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
eleventy is ready to use now!