Open ghost opened 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?
This is a good idea, I'd like the generator to have a flag like this.
I've installed the yeoman gulp webapp generator
When I exec
it brings up the 'ui'
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?