Project

yank

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Dependency manager
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7.2
~> 0.3.0
 Project Readme

yank

Dependency manager

This is an attempt to generically resolve project dependencies by configuration file. Any project wishing to use this will be required to have a '.yank' or 'yank.yaml' configuration file in the root directory of the project.

Installation

gem install yank

Config File

The config file is a yaml file containing a list of yank elements defining dependencies. As for the name of the file, this isn't required but it is recommended to name the file .yank. The perk of using yank in this way allows for others to depend on libraries others create. If those other libraries have a .yank file it will automatically recurse through each dependency until the entire tree is complete.

Follow examples of yank config files in the spec directory.