Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

WIP Allow installation of local folders as packages #95

Closed
wants to merge 6 commits into from

Conversation

kasbah
Copy link

@kasbah kasbah commented Mar 23, 2015

Just started hacking on this a bit as it was annoying me again. The idea is for elm-package install foo
to check if foo is a directory and then install it if it is. The dependencies in elm-package.json would look something like:

    "dependencies": {
        "elm-lang/core": "1.1.1 <= v < 2.0.0",
        "local:///home/kaspar/elm-project/foo": "1.0.0 <= v < 2.0.0"
    }

Looking for any comments in general at this point. core is kind of hard coded even more than the rest so it'll have to be pried out a bit (maybe a switch --local-core ?) before this begins to solve #91.

@evancz
Copy link
Contributor

evancz commented May 20, 2016

I don't think it makes sense to keep the WIP open on this repo.

@evancz evancz closed this May 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants