generator-webapp icon indicating copy to clipboard operation
generator-webapp copied to clipboard

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

Open ghost opened this issue 7 years ago • 1 comments

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?

ghost avatar Sep 05 '16 22:09 ghost

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

silvenon avatar Oct 02 '16 10:10 silvenon