bamlab / generator-rn-toolbox

The React Native Generator to bootstrap your apps
MIT License
1.2k stars 119 forks source link

"force" param for asset generator #194

Closed joh-klein closed 6 years ago

joh-klein commented 6 years ago

I want to use the asset generator during a step in my bitrise workflow. Are there any plans to add something like a "--force" or "--overwrite" parameter to have the generator finish without asking permission?

acatalina commented 6 years ago

Just came with the same problem and solved it using yeoman generator --force command.

yo rn-toolbox:assets --icon icon.png --projectName yourProject --force