Sha256: 13240cd8044f8b04b95a44d0db203f8109c0e0229fb6cddbfa727fb88a695a4a

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

## Examples

The default helper name is `custom`.

    $ lono new helper project
    => Generating custom_helper.rb
          create  app/helpers/custom
          create  app/helpers/custom/custom_helper.rb

You can override the helper name with the first argument.

    $ lono new helper project asg
    => Generating asg_helper.rb
          create  app/helpers/asg
          create  app/helpers/asg/asg_helper.rb
    $

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc3 lib/lono/cli/help/new/helper/project.md