#envful
1 messages · Page 1 of 1 (latest)
Awesome tool! I'd recommend you to make an installer script that will directly allow users to get the release binary (instead of going the cargo route to install it). Here is a sample if you plan to add it https://github.com/IgnisDa/printr/blob/main/get-printr.sh
That way users won't need cargo to be installed in their docker containers to install this
If you want, i can make a PR for it
Thank you, actually I made it possible to install with npm via binary-install package. Is that what you are suggesting? 🤔
You can use npm i envful
No I am talking about being able to install it from the github releases. For example, in a docker container, you might not have npm or cargo installed. In that case, it'd be very convenient to be able to install it using a bash script that directly downloads the binary from github.