jfmengels/node-elm-review

Create a standalone exe version of elm-review

Open

#136 opened on Jul 20, 2023

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Elm (27 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (55 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide