SuperGoodSoft / solidus_cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solidus_cmd

solidus_cmd is a command line utility for creating extensions for the Solidus ecommerce platform.

Getting started

Install the gem!

$ gem install solidus_cmd

Create your Solidus extension with the solidus extension command.

$ solidus extension my_extension

A Solidus extension is bundled as a Ruby gem, so be sure to update your .gemspec file.

You can now load your extension in your Solidus project's Gemfile.

Questions?

The best way to ask questions is via the #support channel on the Solidus Slack.

Tests

We use RSpec for tests. Ideally all PRs include tests!

Contributing

Solidus is an open source project and we encourage contributions.

About

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


Languages

Language:Ruby 92.5%Language:CSS 3.8%Language:JavaScript 3.7%