It's a simple tool which build js as a single executable for easy deploying.
npm i -g @liudonghua123/node-sea
node-sea -h
node-sea -e /path/to/your/script -o /path/to/single/executable
npm i -S @liudonghua123/node-sea
import sea from "@liudonghua123/node-sea";
- invoke
sea
function just likenode-sea.js
.
- [x] add github ci action for building node with intl customization.
- [x] config the node binary used when create sea to reduce the size of executable.
- [ ] add ncc build feature.
MIT License
Copyright (c) 2024 liudonghua.