g-plane / zsh-yarn-autocompletions

Zsh plugin for Yarn autocompletions.
MIT License
578 stars 18 forks source link

Publish the compiled files #3

Closed arthurdenner closed 6 years ago

arthurdenner commented 6 years ago

Hi, @g-plane. Thanks for this plugin, it's really useful.

I was just wondering, why you didn't publish the compiled files? I'm not sure if everyone will be willing to install Rust in order to use the plugin. (I was, but a co-worker wasn't, I sent him the compiled files and he's using it too)

g-plane commented 6 years ago

You are right. I am considering using CI to publish the binary files automatically.

mxstbr commented 6 years ago

They can be attached to GitHub releases, so you wouldn't even have to check them into the repo!

g-plane commented 6 years ago

I have added binary files at GitHub releases. Anyone who is interested in it can try it out. Also, I will update the documentation later.