Smuggle git
dependencies into your Elm apps.
From npm
npm install --global elm-smuggle
stack install
TODO
- Write some repo URLs to an
.elm-smuggle
. Commit this file. - Run
elm-smuggle
from the project root. - Run
elm install <smuggled-package-name>
Packages to be smuggled should be publishable by elm
standards. That means:
- Packages should be properly documented:
elm-make --docs=docs.json
should pass when run from the root of the package directory - Packages should be (git) tagged by semantic version (
MAJOR.MINOR.PATCH
) - Packages have at least one tag >= 1.0.0
- Rethink
.elm-smuggle
file format