We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: