-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any interest in packaging as an executable? #6
Comments
Great idea! I was looking into ways to support at least older node versions, incl. those that are available on Ubuntu 20+ via |
I couldn't get it to work with Looks like node.js now has experimental support for single-executable application built-in. Thinking of trying that next but it will require to first transpiling from ESM to commonJS. |
I also have not had luck with pkg or transpiling for node's built in. Still fiddling with it when I find time. |
I'd love this as a packaged binary so it can be distributed in homebrew. what issues are you running into with pkg etc at the moment? |
I don't remember what the issue with pkg was, but at this point I'm more interested in learning about the new node.js native support for creating executables. The next step for that is transpiling to commonJS. |
I love the project! I don't by default have node or npm installed at work so getting it setup felt like a lot of overhead.
I was thinking that packaging it with something like pkg would be helpful although does open the project to supporting different architectures.
If you're interested I can look at opening a PR.
The text was updated successfully, but these errors were encountered: