You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statically analyzes your code to find unused code, etc.
dillonkearns/elm-publish-action
Publishes your package whenever you bump your package version in elm.json on your default branch (main or master). It won't publish 1.0.0 for you, but it will release subsequent versions automatically.
Find all instances of replaceme in this repo and replace them
Add a file called LICENSE to the top-level folder. This is required to publish an Elm package. The most common and recommended license for open source Elm packages is BSD-3.
Publish version 1.0.0 (you have to start at V1 with Elm packages). Run elm publish from the root folder of this repo when you're all ready, and it will walk you through the process!