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

Some parameters are not passed from generator-fountain-webapp to generator-fountain-angular1

Open otexier opened this issue 8 years ago • 1 comments

Hi,

I encounter an issue trying to generate a project with command line only (no user interaction because it is done in continous integration)

When I install fountain with

npm install -g [email protected]

And then I do

yo fountain-webapp --skip-install --framework=angular1 --modules=inject --js=js --css=scss --html --ci=jenkins --sample=hello --router=uirouter

Yeoman asks for sample and router, I have to chose hello and ui router. The others parameters are fine.

It is a problem for me. I don't want user interaction.

But if I install with

npm install -g [email protected]

And I use the same command line

yo fountain-angular1 --skip-install --framework=angular1 --modules=inject --js=js --css=scss --html --ci=jenkins --sample=hello --router=uirouter

My app is created with no questions asked. That's great.

Can I achieve that when installing module generator-fountain-webapp only,or have I to install fountain-angular1 over fountain-webapp ?

Thanks for your great tool and your time

otexier avatar Sep 20 '16 07:09 otexier

Knowing how we handles these parameters let me think we could have missed something indeed, thanks for reporting.

Swiip avatar Sep 24 '16 11:09 Swiip