goodeggs / generator-goodeggs-npm

Generate npm modules the Good Eggs way
1 stars 0 forks source link

gobally installed "hub" gem clobbers my homebrew version of hub #5

Closed hazeledmands closed 10 years ago

hazeledmands commented 10 years ago

it'd be cool if the hub dependency didn't install the global binary.

hazeledmands commented 10 years ago

maybe we can use this instead: https://www.npmjs.org/package/github

hazeledmands commented 10 years ago

more updates: looks like if you're already using hub, your oauth token will be saved in ~/.config/hub as YAML

hurrymaplelad commented 10 years ago

Have at it! Not actually using the github integration side yet. Just using hub init as a fancy git init. Haven't seen a good node-y way to init a git repo yet, so might still require child_process bridging.

hazeledmands commented 10 years ago

Yerps. Using the git binary for now, instead of the hub one.