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 [email protected]:schlick/babushka-deps.git
To develop babushka deps locally, symlink this repo into the babushka sources:
ln -s $PWD ~/.babushka/sources/dev
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