Skip to content

justin-lathrop/yank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generic dependency manager

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages