Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CocoaPods/Molinillo
A generic dependency resolution algorithm.
https://github.com/CocoaPods/Molinillo
Last synced: 9 days ago
JSON representation
A generic dependency resolution algorithm.
- Host: GitHub
- URL: https://github.com/CocoaPods/Molinillo
- Owner: CocoaPods
- License: other
- Created: 2014-09-12T21:22:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T02:03:32.000Z (9 months ago)
- Last Synced: 2024-10-29T16:57:53.360Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 647 KB
- Stars: 417
- Watchers: 16
- Forks: 42
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - CocoaPods/Molinillo - A generic dependency resolution algorithm. (Ruby)
README
# Molinillo
[![Build Status](https://github.com/CocoaPods/Molinillo/workflows/test/badge.svg)](https://github.com/CocoaPods/Molinillo/actions?query=branch%3Amaster)
[![Maintainability](https://api.codeclimate.com/v1/badges/698b14f02b68837ad6f8/maintainability)](https://codeclimate.com/github/CocoaPods/Molinillo/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/698b14f02b68837ad6f8/test_coverage)](https://codeclimate.com/github/CocoaPods/Molinillo/test_coverage)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.
## 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!