Problem to Solve
It would be nice to publish the compiled binaries of cargo-sails for linux/macos along with each tag release, so that developers can save time installing the tool from source, reducing the Time To Hello World
Then we can use cargo binstall to fetch the binaries from the github release page.
$ cargo binstall sails-cli
Possible Solution
See https://github.com/cargo-bins/cargo-binstall
Notes
No response