Sha256: ee1b4205627cb47fb84df95595ff89fd6bd97347af308352cbc06ce6f09ca66c
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 Bytes
Contents
# Vp::Themes This gem is used to version and package the VP themes. If you don't know what than this package is most likely very uninteresting for you. ## Installation Install the gem and add to the application's Gemfile by executing: $ bundle add vp-themes If bundler is not being used to manage dependencies, install the gem by executing: $ gem install vp-themes ## Usage if this gem is installed the pears provide vp-theme should be available for you. ``` Pears.subject(:theme) do |provider| provider.vp_theme 'claire' end ``` Check ./lib/themes of this repository for a full list of available themes. ## Development As the code is pretty simple I'll just ask you to keep it simple. ## Contributing Let's try to keep the branch alive for all versions of the gem. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vp-themes-0.1.4 | README.md |