1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# Molinillo
[](https://travis-ci.org/CocoaPods/Molinillo)
[](https://codeclimate.com/github/CocoaPods/Molinillo)
[](https://codeclimate.com/github/CocoaPods/Molinillo)
A generic dependency-resolution implementation.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'molinillo', :git => 'https://github.com/CocoaPods/Molinillo'
```
And then execute:
```bash
$ bundle install
```
Or install it yourself as:
```bash
$ gem install molinillo
```
## Usage
See the [ARCHITECTURE](ARCHITECTURE.md) file for an overview and look at the test suite for example usage. Better documentation and examples are
forthcoming.
## 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 pull request
## The Name
[Molinillo](http://en.wikipedia.org/wiki/Molinillo_(whisk)) is a special whisk used in Mexico in the preparation of beverages such as hot chocolate.
Much like a dependency resolver, a molinillo helps take a list of ingredients and turn it into a delicious concoction!
|