function generateScripts(info){
    return Promise.resolve(info)
    .then(setup)
    .then(initializeStats)
    .then(quoteNames)