Sha256: eb4c5538e637919f25431c016b34fd8723f11cd63d2df2af1c4b3ea64a1839fa

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

# Vintner

Winemaker for Homebrew.

## Installation

	gem install vintner

## Usage

Run following command to create sample of Brewfile!

 	$ vintner init

then edit `Brewfile`

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

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

	$ vintner 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vintner-1.0 README.md