kevva / bin-wrapper

Binary wrapper that makes your programs seamlessly available as local dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be able to download the app without running it

anaisbetts opened this issue · comments

afaik I didn't see a way to do everything but run without actually running the executable (I want to call path(), then call spawn aka run the app but with stdio piped etc etc), it'd be cool if there was a fetch method that guarantees that path will work (I used bin-wrapper to wrap the Google protoc compiler, https://github.com/anaisbetts/protoc-bin)