Sha256: f423e53128572ef4c49904d6ec6237254423d24331d6f70bba2b38bc54e790e0

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

[ブログ記事](http://blog.oameya.com/articles/9)も書きました。こちらもご一読くださいませ。

# Vint(also known as Vintner)

VintはBrewfileに記述されたHomebrew依存パッケージを一括でインストールするためのツールです。  
Rubygemsで言うGemfileのようなものです。

## インストール

	gem install vint

## Usage

以下のコマンドを実行して`Brewfile`のテンプレートを作成しましょう!

 	$ vint init

出来た`Brewfile`を早速編集してみましょう。

 	brew "mecab"
 	brew "cabocha", :url => "https://raw.github.com/oame/homebrew/master/Library/Formula/cabocha.rb"

`vint install`または`vint`で全ての依存パッケージをインストール出来ます!

	$ vint install
 	Installing mecab ...
 	Using cabocha (0.64)
 	All of formula in Brewfile is installed!

たったこれだけで依存パッケージの導入は終わりです!

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Credits

Maintained by oame - http://oameya.com  
Licensed by MIT License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vint-1.3 README.ja.md