Sha256: 4508f7dd4925263c083a6ac8270d57434659c5a8f953390e7c30d25c24d6798e

Contents?: true

Size: 759 Bytes

Versions: 6

Compression:

Stored size: 759 Bytes

Contents

module Bundlegem
  HELP_MSG = <<-HEREDOC
                    BundleGem version #{Bundlegem::VERSION}
Use bundlegem to start a new project folder based on a predefined template.

Usage Examples:

  # Make a new ruby gem
  $  bundlegem your_gem_name

  # List available teplates
  $  bundlegem --list

  # Create a ruby gem project using the built in service template
  $ bundlegem your_gem_name -t service

  # Download all my template files (configured in ~/.bundlegem/config)
  $ bundlegem --install-best-templates

  # not implemented, should create a new gem template in ~/.bundlegem/templates
  # that you'll love customizing to your personal preference
  $ bundlegem --newtemplate

  $ bundlegem --help              # shows this message
  HEREDOC



end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bundlegem-0.0.14 lib/bundlegem/strings.rb
bundlegem-0.0.13 lib/bundlegem/strings.rb
bundlegem-0.0.12 lib/bundlegem/strings.rb
bundlegem-0.0.11 lib/bundlegem/strings.rb
bundlegem-0.0.10 lib/bundlegem/strings.rb
bundlegem-0.0.9 lib/bundlegem/strings.rb