Package your node.js project into a single executable file
npm i -g nodage
nodage myProjectDir myOutputFile.exe
- Zip your entire project file (including its
node_modules
) - Add a wrapper to spawn
node yourAppMain.js
- Ship your zipped app with
@yao-pkg/pkg
- Done
- Ship our own
pkg
by forking@yao-pkg/pkg
- Add information for zipping progress
- Add colors to
nodage
console - Accept CLI flags and options