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

specify a remote w/ dependencies #52

Open
jonathanong opened this issue Mar 27, 2014 · 2 comments
Open

specify a remote w/ dependencies #52

jonathanong opened this issue Mar 27, 2014 · 2 comments
Labels

Comments

@jonathanong
Copy link
Contributor

migrated from #42

most obvious would be something like github.com/component/emitter. problem is that this might get ugly with super custom remotes, but we'll see.

@jonathanong
Copy link
Contributor Author

so.... we should support:

  • whatever browsers support via import statements and stuff
  • <remote name>:<user>/<repo>
  • <hostname>/<user>/<repo>
  • <user>/<repo. - what we have right now, but it checks every single remote

what do you think? @visionmedia

@tj
Copy link

tj commented Apr 9, 2014

I'm leaning towards domains just because we could have default behaviours at some point, like check <link rel= tags for tarballs etc. That's way too fancy for now but it would be a shame to rule it out. I do like remote:user/repo as well but it only saves a few chars I guess haha.

Checking a list of remotes is handy for a lot of things but I guess it could get pretty confusing too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants