Project

minarai

0.0
No commit activity in last 3 years
No release in over 3 years
Minarai Configuration Tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.2.0
~> 0.29.0

Runtime

~> 4.2.0
~> 1.5.0
~> 3.4.0
~> 4.0.0
~> 2.28.0
 Project Readme

Minarai

Gem Version Build Status Code Climate

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

  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