This is an example project to demonstrate how to use nodejs-sea-creator to create Node.js single executable application (SEA).
After installing nodejs-sea-creator, run the command below to create a Node.js SEA for:
- Current platform:
nodejs-sea-creator - Specific platform (e.g. macOS on ARM64):
nodejs-sea-creator -t darwin-arm64
Check the main README for the list of supported target platforms and additional options.