This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Replace this list with the result of to-run-on-org-page.js | |
// And remember to do an "npm install" | |
var users = ["voxpelli"]; | |
var https = require('https'); | |
var fs = require('fs'); | |
var exec = require('child_process').exec; | |
var tmp = require('temporary-directory') | |
var cuid = require('cuid'); | |
var chalk = require('chalk'); |