Rustwrap is a tool that helps wrap binary releases for easy distribution. Currently supporting:
- npm -
npm install -g your-toolwill make your binaryyour-toolavailable via the CLI.rustwrapcreates the necessary binary packages and root package with a Node.js shim that delegates running to your platform-specific bin. - Homebrew - creates a recipe and saves or publishes it to your tap.