Like a hippopotamus but for Shippo.
Add the following to your Gemfile:
gem "spree_shippopotamus", github: "groundctrl/spree_shippopotamus"
Run the bundle command to install it:
bundle install
After installing, run the generator:
bundle exec rails g spree_shippopotamus:install
Current spree_shippopotamus
version
bundle exec rake spree:shippopotamus:version
Generate the dummy app and run tests immediately after
bundle exec rake
Or generate the dummy app and run tests separately
bundle exec rake test_app
bundle exec rspec spec
- Fork it ( https://github.com/groundctrl/spree_shippopotamus/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request