Skip to content

fanprint/spree-products-importer

 
 

Repository files navigation

SpreeProductsImporter

Import tool for Spree Product.

Installation

Add spree_products_importer to your Gemfile:

gem 'spree_products_importer'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_products_importer:install

Testing

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

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:

require 'spree_products_importer/factories'

Copyright (c) 2014 Acid Labs, all rigths reserved.

About

Utility for importing products from CSV files to Spree setups - http://www.acidlabs.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.1%
  • Other 0.9%