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

Elm Scripts

scripts for developing Elm programs!

Usage

elm_scripts relies on Deno, which can be installed like this.

usage from the terminal should be easy:

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

Contributions

contributions are welcome as pull-requests or issues!

changes to the elm-portion of the source-code can self-compile using:

deno run --allow-all mod.ts build --mode=optimize --format=esm --input=source/CmdLine.elm --output=build/cmdLine.js