igorklopov / enclose

Compile your Node.js project into an executable
http://enclosejs.com
Other
934 stars 43 forks source link

Use zeit/pkg instead! #160

Open leanderlee opened 7 years ago

leanderlee commented 7 years ago

For people that may have stumbled upon this, here's a better free alternative to try:

https://github.com/zeit/pkg

(I'm not affiliated with either package, just mentioning this in case.)

igorklopov commented 7 years ago

Thank you, @leanderlee ! Dear users of EncloseJS. I highly encourage you to switch to https://github.com/zeit/pkg It is rewritten successor of EncloseJS. It is open source, and all improvements will go there.

rmharrison commented 7 years ago

@igorklopov, @rauchg: I just wanted to thank you for putting so much work into both enclose.js, and it's FOSS successor pkg. enclose.js was great, but many people (https://github.com/igorklopov/enclose/issues/17) didn't feel comfortable using a propriety tool for such an important task. Ecstatic about pkg, and understand the choice of MIT over GPL.

polarathene commented 7 years ago

@igorklopov might be good to update the top of the readme to mention this too that EncloseJS is no longer maintained and zeit/pkg is the successor. Or will this repo vanish soon?

tuananh commented 7 years ago

Can someone update the readme for better exposure maybe?

aatronics commented 6 years ago

Can someone please help me in pkg module. When I have generated .exe of non serialport node js program then its work nice. But if the program includes serialport module then pkg generate .exe file but that file shows binding error while running on other machines.

Pls, help me...

img_20171009_105421

arpontes commented 6 years ago

While generating exe, pkg must have shown a message saying you must include a binding node file manually in the same folder as the .exe file.