Generate a .feature skeleton under features/.
Usage
mix cucumber.gen.feature NAME
NAME is snake_cased for the filename and humanized for the Feature: line.
Refuses to overwrite an existing file.
Examples
mix cucumber.gen.feature authentication
# → features/authentication.feature