Sha256: 83df893b3219a6ae2f1d9f54fd920bb2374e3d81a2d5d8c9017f96a4c884ef99
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# Minarai [![Gem Version](https://badge.fury.io/rb/minarai.svg)](http://badge.fury.io/rb/minarai) [![Build Status](https://travis-ci.org/ganmacs/minarai.svg?branch=master)](https://travis-ci.org/ganmacs/minarai) [![Code Climate](https://codeclimate.com/github/ganmacs/minarai/badges/gpa.svg)](https://codeclimate.com/github/ganmacs/minarai) Configuration-Management Tool ## Installation ```sh $ gem install minarai ``` ## Getting Started Create a recipe file as `recipe.yml` ```ruby - name: brew install peco type: homebrew item: peco - name: brew install jq type: homebrew item: jq ``` And then excute `minarai` command to apply a recipe ``` $ minarai recipe.yml INFO : Minarai starting... INFO : [DONE] brew install peco INFO : [DONE] brew install jq INFO : Minarai finish ``` ## Usage ```sh $ minarai RECIPE [--variable=VARIABLE_PATH] ``` ## Action type * git * file * link * rbenv * url_get * hoembrew * directory * hoembrew_cask ## recipe https://github.com/ganmacs/minarai/tree/master/examples ## Contributing 1. Fork it 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 |
---|---|
minarai-0.0.3 | README.md |