4.0
Scripts for developing Elm programs!
Repository
Current version released
5 years ago
Dependencies
jsdeliver.net
terser@5.7.0
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 helpContributions
Contributions are welcome as pull-requests or issues!
There is some useful scripts for development in the /script folder.