UNPKG

generator-bannertime

Version:

Yeoman generator for creating HTML5 advertising campaigns

16 lines (12 loc) 280 B
/** * Install the dependencies. */ const chalk = require('chalk'); module.exports = function install() { this.log(chalk.green('New banner format generated')); if (this.props.includeOfflineScripts === true) { this.npmInstall(['gsap'], { dev: true }); } };