Minarai
Configuration-Management Tool
Installation
$ gem install minarai
Getting Started
Create a recipe file as recipe.yml
- 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
$ 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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request