This is a Spree development tools gem. It helps you work with Spree applications, both extensions and standard Rails applications.
Add it to your Gemfile:
gem 'spree_dev_tools', group: [:development, :test]Run:
bundle installAnd finally run the generator:
bundle exec rails g spree_dev_tools:installIf you want to disable Simplecov set the SPREE_DEV_TOOLS_DISABLE_SIMPLECOV ENV variable to any value.
If you'd like to contribute, please take a look at the instructions for installing dependencies and crafting a good pull request.
Copyright (c) 2020 Spark Solutions, released under the New BSD License