https://package.elm-lang.org/
- The official Elm package repository.
Elm code can be optionally organised into published packages. Elm packages are distributed via the Elm package repository, and can be installed using
elm install
.
How to publish a package
How to publish a package
•
Elm's design guidelines
- by Evan Czaplicki
•
Elm's package documentation
- by Evan Czaplicki
•
The basic steps to publish a package with Elm 0.19
- by Alex Korban
•
A template repository for new packages
- by Dillon Kearns
Alternative indexes
Alternative indexes
•
•
https://dark.elm.dmy.fr/
- Dark theme version
•
Elm Catalog
- A searchable catalog of Elm packages with additional categorization and filtering options.