eucalypt
Search…
>= 0.9.0
eucalypt
Installation
CLI
Core
Generate
Controller
Helper
Model
Scaffold
Destroy
Blog
Migration
Features
Powered By
GitBook
Helper
Generates a helper.
Command
$ eucalypt generate helper
# Alias/shortened
$ eucalypt g helper
Arguments
[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 tweet
Generates a new helper with default options.
$ eucalypt g helper tweet --no-spec
Generates a new helper without a corresponding spec file.
Previous
Controller
Next
Model
Last modified
3yr ago
Copy link
Outline
Command
Arguments
Options/flags
Examples