How to download and setup promptui
Open terminal and run command
git clone https://github.com/manifoldco/promptui.git
git clone is used to create a copy or clone of promptui repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with promptui https://github.com/manifoldco/promptui/archive/master.zip
Or simply clone promptui with SSH
[email protected]:manifoldco/promptui.git