A swiss-knife Library for Node applications.
Name | Type | Description |
---|---|---|
console | Object |
Console logging |
fs | Object |
File system |
git | Object |
Git Synchronous |
object | Object |
Object Manipulations |
shell | Object |
Shell commands |
string | Object |
String Manipulations |
Latest versions of:
Setup hub for GitHub Enterprise
-
If you're runnning GitHub Enterprise, run this command to set your hostname:
git config --global --add hub.host <your_github_host>
-
Run a simple command on any repository folder to create an OAuth token, for instance:
hub pr list
It should ask for your username and password if that was your first time using hub.