Generate a step definition module skeleton.
Usage
mix cucumber.gen.steps NAMENAME is snake_cased for the filename and camel-cased for the module. Refuses to overwrite an existing file.
Examples
mix cucumber.gen.steps authentication
# → features/step_definitions/authentication_steps.ex
# → defmodule AuthenticationSteps