solpm
A Solana program manager for installing and managing Anchor IDLs like packages.
How to download and setup solpm
Open terminal and run command
git clone https://github.com/0xsouravm/solpm.git
git clone is used to create a copy or clone of solpm 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 solpm https://github.com/0xsouravm/solpm/archive/master.zip
Or simply clone solpm with SSH
[email protected]:0xsouravm/solpm.git