Skip to main content
Deno 2 is finally here 🎉️
Learn more

Elm Scripts

Scripts for developing Elm programs!

Usage

elm_scripts is available as a binary release, or through Deno, which can be installed very easily like this.

elm_scripts relies on the elm compiler being installed and available.

A small api of internal functions is exported from /mod.ts in case this could be useful.

Usage from the terminal should be straight-forward:

# test compatibility with your environment using binary
elm_scripts compatible

# using the binary
elm_scripts help

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

Contributions

Contributions are welcome as pull-requests or issues!

There is some useful scripts for development in the /script folder.