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