Skip to content
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

Create a standalone exe version of elm-review #136

Open
Tracked by #169
MartinSStewart opened this issue Jul 20, 2023 · 1 comment
Open
Tracked by #169

Create a standalone exe version of elm-review #136

MartinSStewart opened this issue Jul 20, 2023 · 1 comment
Labels
enhancement New feature or request help wanted We could use your help

Comments

@MartinSStewart
Copy link
Contributor

elm-review is cool (very cool!), but sometimes I don't use it because I don't want to deal with NPM and Node.

There seems to be support for converting an NPM package into a stand-alone executable without any outside dependencies (so no need for the user to install Node for example) https://nodejs.org/api/single-executable-applications.html

Ideally then part of elm-review's CI would be to generate an exe version for Mac, Linux, and Windows that people can download and run from their CLI.

@jfmengels jfmengels transferred this issue from jfmengels/elm-review Jul 20, 2023
@jfmengels jfmengels added enhancement New feature or request help wanted We could use your help labels Jul 20, 2023
@jfmengels
Copy link
Owner

This sounds good to me. If someone wants to take a look, that would be awesome.

Ideally, this would be as low-maintenance as possible, and automated in CI, though that could be done in later steps if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted We could use your help
Projects
None yet
Development

No branches or pull requests

2 participants