spago
🍝 PureScript package manager and build tool powered by Dhall and package-sets
How to download and setup spago
Open terminal and run command
git clone https://github.com/purescript/spago.git
git clone is used to create a copy or clone of spago 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 spago https://github.com/purescript/spago/archive/master.zip
Or simply clone spago with SSH
[email protected]:purescript/spago.git