Sha256: 2d8f6c8bc7bc89f93958a63c0d8178aa70dab07cc6b4af2fdd7a3d6762f4f4f6

Contents?: true

Size: 908 Bytes

Versions: 1

Compression:

Stored size: 908 Bytes

Contents

日本語ドキュメントは[こちら](https://github.com/oame/vint/blob/master/README.ja.md)です。

# Vint(also known as Vintner)

Winemaker for Homebrew.

## Installation

	gem install vint

## Usage

Run following command to create sample of Brewfile!

 	$ vint init

then edit `Brewfile`

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

run `vint install` or `vint` to install all of dependencies!

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

Finish!

## 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.md