Sha256: a45182a45d29355a76f1ce26f8657a354cd0a7442e6003f32057ce93af4fc6f0
Contents?: true
Size: 504 Bytes
Versions: 1
Compression:
Stored size: 504 Bytes
Contents
## Example The default helper name is `custom`. $ lono new helper blueprint --blueprint demo => Generating custom_helper.rb create app/blueprints/demo/helpers create app/blueprints/demo/helpers/custom_helper.rb You can override the helper name with the first argument. $ lono new helper blueprint vars --blueprint demo => Generating vars_helper.rb create app/blueprints/demo/helpers create app/blueprints/demo/helpers/vars_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/blueprint.md |