This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
Use packages locally without publish, suggested approach is link
like npm and bower
#268
Labels
I miss a feature similar to npm link or bower link: it allows a developer to test locally a dependency without publishing it.
I already do it manually, but often I need to
rm -rf elm-stuff
andelm-package install
due to dependency issues like:And you can see that the manual procedure of removing the package and then create the symlink is quite tedious.
The text was updated successfully, but these errors were encountered: