nodejs / single-executable

This team aims to advance the state of the art in packaging Node.js applications as single standalone executables (SEAs) on all supported operating systems.
305 stars 5 forks source link

Build an SEA CLI MVP #49

Closed jviotti closed 5 months ago

jviotti commented 2 years ago

Potentially as part of this repository for now. The CLI would do something like:

sheplu commented 1 year ago

I could work on the CLI part to have something nice but will mostly need help on some part with postject as I don't know it but I can that. I will maybe have some question on the topic

RaisinTen commented 1 year ago

@sheplu feel free to ask any questions you have. I'd be happy to help out!

tony-go commented 1 year ago

@sheplu you can get inspiration from https://github.com/nodejs/postject/

I'd like to help on that anyway ^^

aalmiray commented 1 year ago

FWIW JReleaser is a release tool that can take binaries created by your build tool of choice and release them to GitHub and supported package managers. More information can be found at its documentation page.

Perhaps it could help with the package manager option listed above.

jviotti commented 5 months ago

Closing this as Node.js does it already.