Closed hazeledmands closed 10 years ago
maybe we can use this instead: https://www.npmjs.org/package/github
more updates: looks like if you're already using hub
, your oauth token will be saved in ~/.config/hub
as YAML
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.
Yerps. Using the git
binary for now, instead of the hub
one.
it'd be cool if the hub dependency didn't install the global binary.