solidus_cmd

⌨️ Command-line utility for creating Solidus extensions.

solidus_cmd

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

DEPRECATION NOTICE ⚠️ 🚧

This extension is deprecated in favor of Solidus extension dev tools.

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.

Passing options to extensions generator

You can pass --ci option to the generator command to configure the CI
platform to use in the extension. By default circleci is used and recommended
but you can also use travis with:

$ solidus extension my_extension --ci=travis

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.