Sha256: 6bd6eb62ed54668ab7a8c55f7c1ab768c5629dfd099d54f0a1b0ac1843979916
Contents?: true
Size: 809 Bytes
Versions: 1
Compression:
Stored size: 809 Bytes
Contents
# Itamae::Plugin::Recipe::RtnGit [Itamae](https://github.com/itamae-kitchen/itamae) recipe plugin for git (from source). ## Installation Add this line to your application's Gemfile: ```ruby gem 'itamae-plugin-recipe-rtn_git' ``` And then execute: $ bundle Or install it yourself as: $ gem install itamae-plugin-recipe-rtn_git ## Usage ### Add your recipe or role ```ruby include_recipe 'rtn_php_nabe::system' ``` ### node.json ```json { "rtn_git": { "versions": "2.3.0" } } ``` ## Contributing 1. Fork it ( https://github.com/rutan/itamae-plugin-recipe-rtn_git/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
itamae-plugin-recipe-rtn_git-0.0.1 | README.md |