README.md
## Jenkins Plugin Base
[![GitHub license](https://img.shields.io/github/license/jbox-web/jenkins-plugin-base.svg)](https://github.com/jbox-web/jenkins-plugin-base/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/jbox-web/jenkins-plugin-base.svg)](https://github.com/jbox-web/jenkins-plugin-base/releases/latest)
[![Build Status](https://travis-ci.org/jbox-web/jenkins-plugin-base.svg?branch=master)](https://travis-ci.org/jbox-web/jenkins-plugin-base)
[![Code Climate](https://codeclimate.com/github/jbox-web/jenkins-plugin-base/badges/gpa.svg)](https://codeclimate.com/github/jbox-web/jenkins-plugin-base)
### A Ruby gem to develop Jenkins plugins in Ruby, easy ;)
This gem provides boilerplate code to write Jenkins plugins.
## Installation
```ruby
gem 'jenkins-plugin-base', '~> 1.0.0', git: 'https://github.com/jbox-web/jenkins-plugin-base.git', tag: '1.0.0'
```
then `bundle install`.
## Contribute
You can contribute to this plugin in many ways such as :
* Helping with documentation
* Contributing code (features or bugfixes)
* Reporting a bug
* Submitting translations