/opencode_theme

Opencode Theme Command Line tool for developing themes in TrayCommerce

Primary LanguageRubyMIT LicenseMIT

Opencode Theme

RubyGems RubyGems

Opencode Theme Command Line tool for developing themes in TrayCommerce.

Dependencies

  • Ruby v2.1.3 or greater

Installation

Install Opencode Theme from RubyGems with the command:

$ gem install opencode_theme

or install from source with:

$ git clone https://github.com/tray-tecnologia/opencode_theme
cd opencode_theme
bundle install
bundle exec opencode -h

Usage

Run:

$ opencode configure API_KEY PASSWORD THEME_ID

You can see more in opencode -h, and details here: CLI Commands.

Versioning

Opencode Theme follows the Semantic Versioning standard.

Issues

If you have problems, see ISSUES.md and please create a Github Issue.

Contributing

Please see CONTRIBUTING.md for details.

Release

Follow this steps to release a new version of the gem:

  1. Test if everything is running ok;
  2. Change version of the gem on VERSION constant;
  3. Add the release date on the CHANGELOG;
  4. Do a commit "vX.X.X", follow the semantic version;
  5. Run $ rake release, this will send the gem to the RubyGems;
  6. Check if the gem is on the RubyGems and the tags are correct on the github;

This gem was created and is maintained by TrayCommerce.

Tray-logo