3.0.0
Scripts for developing Elm programs!
Repository
Current version released
5 years ago
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 helpContributions
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