Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 664 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 664 Bytes

Installation

Standard Babushka install:

sh -c "`curl https://babushka.me/up`"

Add this repo as a source (substitute repo name as appropriate):

babushka sources -a schlick git@github.com:schlick/babushka-deps.git

Setup

To develop babushka deps locally, symlink this repo into the babushka sources:

ln -s $PWD ~/.babushka/sources/dev

Usage

To view the available deps:

babushka list

To run a dep:

babushka 'schlick:name of dep'

If there are no spaces in the name of the dep, this can be simplified to:

babushka schlick:my_dep

To update a source:

babushka sources -u