export const executeWithParams = params => readFile('package.json', 'utf-8')
    .then(JSON.parse)
    .then(({ name }) => all([name, read(name), getLocaleStrings(), getLocale()]))
    .spread((name, db, strings, locale) => compileSources()
        .spread((source, modules) => runAndGetAlerts(