nodage
v0.1.0-alpha.4
Published
Package your node.js project into a single executable file
Downloads
4
Readme
nodage
Package your node.js project into a single executable file
Usage
npm i -g nodage
nodage myProjectDir myOutputFile.exeHow it works
- 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
ToDo
- [ ] Ship our own
pkgby forking@yao-pkg/pkg - [ ] Add information for zipping progress
- [ ] Add colors to
nodageconsole - [ ] Accept CLI flags and options
