sanathkr / go-npm

Distribute and install Go binaries via NPM
Apache License 2.0
171 stars 56 forks source link

How to generate binaries for all platforms? #11

Closed Serhioromano closed 4 years ago

Serhioromano commented 4 years ago

This looks awesome. But how do I generate all those files? Is there an automatic tool that would generate binaries for all platforms and all architectures with a single command?

tommyo commented 4 years ago

The Readme suggests GoReleaser. I've never used it but it looks awesome. The Readme talks a little bit about the benefits of using it with this project.