Skip to content

Instantly share code, notes, and snippets.

View willpracht's full-sized avatar
🦖

Will Pracht willpracht

🦖
View GitHub Profile
#!/usr/bin/env node
'use strict';
const chalk = require('chalk');
const del = require('del');
const fs = require('fs');
const google = require('googleapis');
const googleAuth = require('google-auth-library');
const _ = require('lodash');