Steps To Install cookiecutter on Mac
Package Information:
Name: cookiecutter
Use: A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
URL: https://github.com/audreyr/cookiecutter
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cookiecutter using brew
brew install cookiecutter
cookiecutter is ready to use now!