graphite-cli
graphite-cli copied to clipboard
Portable release binary opportunity?
I also am a Linux user suffering from #376 -- but I think this can be greatly alleviated.
I'd rather not install node
or the npm
ecosystem if I can help it, so I used the node container to do it as per https://docs.graphite.dev/guides/graphite-cli/installing-the-cli/installing-without-homebrew-i.e.-on-linux
Now, a quick Google led me to this tool: https://github.com/vercel/pkg
Turns out it seems to "just work" -- following up those instructions with
npm install -g pkg
pkg .
(thanks to your bin
entry in package.json) gave me a usable executable that I could copy to any old system and just use.
It'd be really cool to add the appropriate pipeline actions and add these bundled executables to releases you cut, so as to reduce friction for people trying it out.
Yeah it would be great to not have the node requirement to use the cli.