Helper
Generates a helper.
Command
$ eucalypt generate helper
# Alias/shortened
$ eucalypt g helperArguments
[NAME]- The name of the helper.
Options/flags
--spec,--no-spec, (Default: True)Specify whether or not to generate a spec file along with the helper.
Examples
$ eucalypt g helper tweetGenerates a new helper with default options.
$ eucalypt g helper tweet --no-specGenerates a new helper without a corresponding spec file.
Last updated