Skip to content

kp54/node-sea-boilerplate

Repository files navigation

node-sea-boilerplate

Boilerplate project for Node.js single executable applications

How to use

Write your code in src/main.ts.

lint (biome) & type-checking (tsc)

npm run check

Run code without injecting

npm run exec

Build

Your app will be stored in build/app.

npm run build

Notes

  • Currently, this project only supports the Linux x64 platform. But Node SEA also seems to work on other platforms like Windows x64 or macOS arm64.
  • If you have problems with SIGSEGV, you may be using a stripped version of the Node.js binary. Node SEA seems not to work when symbols are stripped.

About

Boilerplate for Node.js single executable applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published