mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
143 stars 13 forks source link

Install dependency from git #48

Closed mario-eth closed 2 days ago

mario-eth commented 1 month ago

Even thought we want everyone to ditch github, sometimes it might be needed to install a dependency using a github branch. We should support this feature.

Something like soldeer install git@github.com:mario-eth/soldeer.git -b branch or something like that?

mario-eth commented 2 days ago

Solved by https://github.com/mario-eth/soldeer/pull/94