rlidwka / yapm

yapm is a package manager for node.js (npm fork)
Other
77 stars 12 forks source link

Non-GitHub private repository semver #25

Open mathieumg opened 10 years ago

mathieumg commented 10 years ago

Is there a plan to support semver with private repositories that are not on GitHub? It could retrieve the tags (using the loaded SSH key) and find the most recent one that matches against the specified semvar string.

Something like:

"dependencies": {
    "git+ssh://myprivatesite.com/project/repo": "0.2.x",
}
rlidwka commented 10 years ago

Tags are fetched using Github API now, so making it work without it will not be easy. :(