So package.json has a bunch of related scripts like update:foundry or install:abigen. Would be nice if we had a unified way of handling this stuff.
I'd love to see a script that can:
Install the correct software versions for everything.
Verify the software versions for everything.
Print out the current software versions for everything.
This script could optionally also take a specific dependency as an argument and apply the above 3 options to that specific dependency instead of all dependencies at once.
So
package.json
has a bunch of related scripts likeupdate:foundry
orinstall:abigen
. Would be nice if we had a unified way of handling this stuff.I'd love to see a script that can:
This script could optionally also take a specific dependency as an argument and apply the above 3 options to that specific dependency instead of all dependencies at once.