|
|
|
|
|
by DanielHB
968 days ago
|
|
The npm package called "pkg" seems to be the standard for packaging NodeJS applications https://www.npmjs.com/package/pkg Unfortunately you also need to bundle all your code into a single file for it to work, but you can use any bundler (webpack, parcel, etc) you want at least |
|