Sha256: 4bcfe4b0eb59121423205348e8ce4c21caeb544b975547dfec9bca632cdf0593

Contents?: true

Size: 786 Bytes

Versions: 29

Compression:

Stored size: 786 Bytes

Contents

<%= class_name %>
<%= "=" * class_name.size %>

Introduction goes here.

Installation
------------

Add <%= file_name %> to your Gemfile:

```ruby
gem '<%= file_name %>'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g <%= file_name %>:install
```

Testing
-------

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

```shell
bundle
bundle exec rake test_app
bundle exec rspec spec
```

When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:

```ruby
require '<%= file_name %>/factories'
```

Copyright (c) <%= Time.now.year %> [name of extension creator], released under the New BSD License

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
spree_cmd-2.1.1 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.5 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.1.0 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.4 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.3 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.2 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.1 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.0 lib/spree_cmd/templates/extension/README.md
spree_cmd-2.0.0.rc1 lib/spree_cmd/templates/extension/README.md