nexe

🎉 create a single executable out of your node.js apps

MIT License

Downloads
32.6K
Stars
13K
Committers
63

Bot releases are visible (Hide)

nexe - Nexe V3 Latest Release

Published by calebboyd about 7 years ago

Nexe V3 release assets

nexe - Bug fixes, support v8 flags!

Published by jaredallard over 8 years ago

Fixed a magnitude of bugs in the past 6 releases.

  • nexe now searches up to 4 top level directories for browserify, fixing most dependency issues.
  • nexe can now hard code v8 flags with nexe.compile and the package.json method.
  • nexe now can understand a few various errors, and explain them.
  • Much more verbose logs for future issues
  • v8 flags works for 0.12.0 and 5.5.0 confirmed. Most should work as well.
nexe - Use browserify for bundling

Published by jaredallard over 8 years ago

This release should fix various issues.

Among the tested is:

  • express
  • js-yaml (in some cases)

We also now use Semantic Versioning

nexe - v0.4.1

Published by jaredallard about 9 years ago

Fixed:

  • Untracked issue where running nexe twice or more times with --flags being true would cause node.cc to be broken in the src tree.

Other:

  • Code style fixes
  • Changed project owner to myself.
  • Moved @crcn to contributors field in package.json