forge-deploy 0.0.10

A cli that goes along a set of soldity contract to keep track of deployments by name in forge.
1
2
3
4
- [ ] link to a template repo to showcase forge-deplpoy features
- [ ] read deployments on start
- [ ] instead of saving all info in the run() function returns values, we can simply return a filepath that will have all the info in it. This will require us to write at execution time though (see next TODO). We can do that at the complete end
- [ ] request a feature in forge to let execution to know whether the script has been executed with --broadcast so as to not waste writing to file when the broadcast will not actually happen