I read the help & tried the following command to skip generation of tests, assets & helper files
$ bin/rails generate controller home index --helper
To turn off without having to add options:
# application.rb config.generators.assets = false config.generators.helper = false