Skip to content

Instantly share code, notes, and snippets.

@p16i
Created February 3, 2013 16:01
Show Gist options
  • Save p16i/4702290 to your computer and use it in GitHub Desktop.
Save p16i/4702290 to your computer and use it in GitHub Desktop.
var execSync = require('exec-sync');
var Gister = require('gister');
var gist = new Gister(
{
username: process.env.GITHUB_USERNAME,
password: process.env.GITHUB_PASSWORD
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment