kiliankoe / alfred_dvb

🚍 Find public transport departures in the VVO/DVB network from Alfred
MIT License
14 stars 1 forks source link

Bundle node runtime into workflow? #10

Closed florianschmidt1994 closed 8 years ago

florianschmidt1994 commented 8 years ago

Should we think about bundling a node runtime into the workflow? I guess something like an installer would not be feasable? How about something like https://github.com/jaredallard/nexe?

kiliankoe commented 8 years ago

Just ran into the problem of recommending this workflow to someone else and then more or less forcing them to install node to get it working, so this might not be such a bad idea^^ Will then also omit the need of the hardcoded system path in the shebang.

kiliankoe commented 8 years ago

Nexe also looks kinda cool 😮

kiliankoe commented 8 years ago

The workflow now includes a go binary, no need for an outside runtime anymore.