I read the help & tried the following command to skip generation of tests, assets & helper files
$ bin/rails generate controller home index --helper
rails g controller [controller_name] [index] --no-helper --no-assets --no-template-engine --no-test-framework