Sha256: 43e45062291f012f96eed398e96d2618948fac3a5bb160ae6f804d2261762a30
Contents?: true
Size: 832 Bytes
Versions: 4
Compression:
Stored size: 832 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. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vp-themes-0.1.3 | README.md |
vp-themes-0.1.2 | README.md |
vp-themes-0.1.1 | README.md |
vp-themes-0.1.0 | README.md |