-2

I want to wrap my nodejs app for mac osx -> .pkg or .app file.

Whats the best way to do it? Tutorial / tools will be appreciated.

Thanks Asaf

asafg
  • 29
  • 10
  • Possible duplicate of https://stackoverflow.com/questions/14314038/how-do-i-deploy-node-js-applications-as-a-single-executable-file/18703407#18703407 – Hammerbot Aug 20 '17 at 13:57

2 Answers2

0

Use node pkg module. You'll be able to create executables for mac, windows and linux.

abhishake
  • 763
  • 9
  • 16
0

I found this
https://electron.atom.io/
Great tool too wrap NodeJS projects for mac and window executables.

asafg
  • 29
  • 10