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