https://github.com/cj/roda-plugins
https://github.com/cj/roda-plugins
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cj/roda-plugins
- Owner: cj
- License: mit
- Created: 2014-08-10T04:14:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T04:38:41.000Z (about 11 years ago)
- Last Synced: 2025-10-07T05:00:22.150Z (9 months ago)
- Language: Ruby
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Roda::Plugins
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'roda-plugins'
And then execute:
$ bundle
Or install it yourself as:
$ gem install roda-plugins
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/roda-plugins/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