How to download and setup cli-core
Open terminal and run command
git clone https://github.com/icaroland/cli-core.git
git clone is used to create a copy or clone of cli-core 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 cli-core https://github.com/icaroland/cli-core/archive/master.zip
Or simply clone cli-core with SSH
[email protected]:icaroland/cli-core.git