Spree Extension

Gem Version

CLI tool for generating and managing Spree Commerce extensions.

Installation

gem install spree_extension

Usage

Create a new extension

spree-extension create my_extension

This creates a spree_my_extension directory with a complete extension scaffold including engine setup, tests, CI configuration, and more.

Check version

spree-extension version

After generating

cd spree_my_extension
bundle install
bundle exec rake test_app
bundle exec rspec

Documentation

For more information on developing Spree extensions, see the Spree Developer Documentation.

License

Spree Extension is released under the MIT License.