0.02
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Command Line tool for developing themes in Tray E-commerce
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

~> 0.14.0
= 1.2.1
>= 0.14.4
>= 0
 Project Readme

This tool is deprecated. Use the new Tray CLI.

This tool has been replaced by the Tray CLI, a more modern tool that will help you make incredible themes for Tray.


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