Skip to main content

DevElm

Develop Elm programs with ease!

Warning

This project currently does nothing, and won’t be useful for at least another minor version.

Usage

DevElm is available as binary releases, or using Deno, which can be installed very easily like this.

DevElm relies on the Elm-compiler being installed and available.

  1. Make a Dev.elm module in a source-directory
  2. install opvasger/develm
  3. expose a config of type DevElm.Configuration from Dev.elm
  4. run develm in that source-directory

Usage from the terminal should be straight-forward:

# using a binary
develm

# using deno
deno run https://deno.land/x/develm/mod.ts