strider-github
strider-github copied to clipboard
use the github npm module
instead of rolling our own https://github.com/mikedeboer/node-github
Yeah, good call. I don't think that existed when I started Strider so I had to write my own :-P
@jaredly @niallo does the proposed alternative support arbitrary SSH Keys (their docs aren't the best..)?
We would still need our own git-push logic (via Gitane). But their github api stuff is pretty solid.
Ok, so the idea was to replace the API logic, but keep the wrapper (so to not remove gitane).