Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.13 KB

node-utility

A swiss-knife Library for Node applications.

Documentation

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

See full documentation

Prerequisites

Latest versions of:

Setup hub for GitHub Enterprise

  1. If you're runnning GitHub Enterprise, run this command to set your hostname:

    git config --global --add hub.host <your_github_host>
  2. 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.