https://github.com/pseudomuto/skinner
Common files for theming
https://github.com/pseudomuto/skinner
Last synced: about 1 year ago
JSON representation
Common files for theming
- Host: GitHub
- URL: https://github.com/pseudomuto/skinner
- Owner: pseudomuto
- License: mit
- Created: 2015-01-18T23:12:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T01:00:41.000Z (over 11 years ago)
- Last Synced: 2025-01-30T14:52:43.449Z (over 1 year ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Skinner
[](https://travis-ci.org/pseudomuto/skinner)
Nothing to see here really. Just playing around with liquid and stuff.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'skinner'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install skinner
## Contributing
1. Fork it ( https://github.com/[my-github-username]/skinner/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request