Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install plugin using GitHub repo URL #70

Open
ryanrolds opened this issue Apr 25, 2017 · 0 comments
Open

Install plugin using GitHub repo URL #70

ryanrolds opened this issue Apr 25, 2017 · 0 comments
Assignees

Comments

@ryanrolds
Copy link

ryanrolds commented Apr 25, 2017

I've been in situations where I'm working on a project and want to install/update plugins from a GH repo. Often these plugins are not ready for submission to the central plugin repo.

Example:
$ adapt install https://github.com/irisEd/adapt-irised-pathways.git

$ adapt install https://github.com/irisEd/adapt-irised-pathways.git#somebranch

It would great to store the URL in adapt.json so that adapt install would install from the GH repo as well.

{
    "dependencies": {
        "adapt-contrib-text": "*",
...
        "adapt-irised-pathways": "https://github.com/irisEd/adapt-irised-pathways.git#somebranch"
    }
}
@ryanrolds ryanrolds changed the title Installing using GitHub repo URLs Install plugin using GitHub repo URLs Apr 25, 2017
@ryanrolds ryanrolds changed the title Install plugin using GitHub repo URLs Install plugin using GitHub repo URL Apr 25, 2017
@chris-steele chris-steele self-assigned this Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants