elm-tooling-cli icon indicating copy to clipboard operation
elm-tooling-cli copied to clipboard

Consider installer that doesn't require npm

Open jhbrown-veradept opened this issue 3 years ago • 1 comments

It'd be great to get npm off of my dev system -- any chance elm-cli-tooling could have an installer that doesn't require npm?

jhbrown-veradept avatar Jun 11 '22 17:06 jhbrown-veradept

Hi! I’ve thought a lot about that, which is why I’ve made sure that nothing relies on Node.js so everything can be re-implemented using something else. What would need to be done is:

  • Someone to write the tool in some other language.
  • Figure how out to install that tool in a fast, light-weight and secure way (almost a chicken and egg problem).

Personally I won’t work on this because:

  • I want to focus on elm-watch and elm-safe-virtual-dom.
  • When I get back to this tool, I’d rather spend time on #22 and #93, and eventually #88.
  • I need npm anyway in my project, so having a small dependency-free npm package is hard to beat.

lydell avatar Jun 12 '22 11:06 lydell