All Projects → CocoaPods → Molinillo

CocoaPods / Molinillo

Licence: other
A generic dependency resolution algorithm.

Programming Languages

ruby
36898 projects - #4 most used programming language

Molinillo

Build Status Coverage Code Climate

A generic dependency-resolution implementation.

Installation

Add this line to your application's Gemfile:

gem 'molinillo', :git => 'https://github.com/CocoaPods/Molinillo'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install molinillo

Usage

See the ARCHITECTURE file for an overview and look at the test suite for example usage.

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 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].