TBD54566975 / web5-go

Apache License 2.0
10 stars 6 forks source link

Build, publish and host the web5 CLI #66

Open KendallWeihe opened 7 months ago

KendallWeihe commented 7 months ago

Originally built here https://github.com/TBD54566975/web5-go/pull/63

We should automate the building and hosting of the CLI tool such that other projects could add the dependency to their hermit env and use it!

KendallWeihe commented 7 months ago

From here

I can highly recommend goreleaser for building and releasing Go binaries. It will automatically build and upload to GH releases. FTL uses it, for example.

KendallWeihe commented 7 months ago

Somewhat relevant, but this was with respect to the SDK https://github.com/TBD54566975/web5-go/issues/83