Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

tray-tecnologia/opencode_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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