$ eucalypt generate helper# Alias/shortened$ eucalypt g helper
[NAME]
- The name of the helper.
--spec
, --no-spec
, (Default: True)
Specify whether or not to generate a spec file along with the helper.
$ eucalypt g helper tweet
Generates a new helper with default options.
​
$ eucalypt g helper tweet --no-spec
Generates a new helper without a corresponding spec file.