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.
Other helpful tools
Other helpful tools
•
elm-json
- elm-json provides a bunch of tools to make common tasks involving your elm.json files a little easier: upgrading your dependencies, installing specific versions of packages, removing dependencies or initializing new packages, to name a few
•
elm-git-install
- A tool to install Elm packages from git repositories
•
elm-dependencies-analyzer
- A web-based tool to visualize dependencies between Elm packages