kevva / bin-wrapper

Binary wrapper that makes your programs seamlessly available as local dependencies
MIT License
152 stars 65 forks source link

Be able to download the app without running it #75

Open anaisbetts opened 4 years ago

anaisbetts commented 4 years ago

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)