sw
Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.
How to download and setup sw
Open terminal and run command
git clone https://github.com/SoftwareNetwork/sw.git
git clone is used to create a copy or clone of sw 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 sw https://github.com/SoftwareNetwork/sw/archive/master.zip
Or simply clone sw with SSH
[email protected]:SoftwareNetwork/sw.git