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