https://github.com/spree/spree_dev_tools
Spree Developer Tools
https://github.com/spree/spree_dev_tools
Last synced: 5 months ago
JSON representation
Spree Developer Tools
- Host: GitHub
- URL: https://github.com/spree/spree_dev_tools
- Owner: spree
- License: bsd-3-clause
- Created: 2020-04-16T14:16:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-29T09:21:56.000Z (6 months ago)
- Last Synced: 2026-01-05T09:59:09.458Z (6 months ago)
- Language: Ruby
- Homepage: https://spreecommerce.org
- Size: 73.2 KB
- Stars: 8
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spree Developer Tools
This is a Spree development tools gem. It helps you work with Spree applications, both extensions and standard Rails applications.
## Installation
Add it to your `Gemfile`:
```ruby
gem 'spree_dev_tools', group: [:development, :test]
```
Run:
```bash
bundle install
```
And finally run the generator:
```bash
bundle exec rails g spree_dev_tools:install
```
## Configuring
If you want to disable Simplecov set the `SPREE_DEV_TOOLS_DISABLE_SIMPLECOV` ENV variable to any value.
## Contributing
If you'd like to contribute, please take a look at the
[instructions](CONTRIBUTING.md) for installing dependencies and crafting a good
pull request.
Copyright (c) 2020 Spark Solutions, released under the New BSD License