Description:

Creates a new Input class with the given name under `app/inputs`.

Example:

`bin/rails g upgrow:input article`

create  app/inputs/article_input.rb
invoke  test_unit