yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

command-line only usage? passing 'Options' on cmd line for no-interaction install ? #567

Open ghost opened 8 years ago

ghost commented 8 years ago

I've installed the yeoman gulp webapp generator

When I exec

yo gulp-webapp --skip-cache --skip-welcome-message --babel

it brings up the 'ui'

? What more would you like? (Press <space> to select)
❯◉ Sass
 ◉ Bootstrap
 ◉ Modernizr

I want to install none of those. I can of course un-select them in the 'ui'.

How can I pass that decision on the command line? So I can do a minimal gulp-webapp scaffold install?

silvenon commented 8 years ago

This is a good idea, I'd like the generator to have a flag like this.