mario-eth / soldeer

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

feature request: native git and github support to install dependencies #58

Open zeroknots opened 1 month ago

zeroknots commented 1 month ago

Considering potential supply chain attacks on S3, it would be great to add native git and github support to soldeer.

proposed CLI to add github repos directly

forge soldeer install github:user/repo#commithash 
forge soldeer install github:user/repo#tag

I think it should be trivial to parse the CLI input and allow for a more direct relationship to the dependency code