vkvelho / spree_markdowns

A tiny experimental extension I made just to learn how to create extensions for Spree Commerce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeMarkdowns

Code Climate

Installation

Add spree_markdowns to your Gemfile:

gem 'spree_markdowns'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_markdowns: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_markdowns/factories'

Copyright (c) 2013 [name of extension creator], released under the New BSD License

About

A tiny experimental extension I made just to learn how to create extensions for Spree Commerce.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 60.7%Language:CSS 26.8%Language:JavaScript 9.2%Language:Shell 3.3%