Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sbm

tmlbl17Apache 2.00.0.6

A simple git-based dependency manager

git, dependency, package, manager

readme

sbm Build Status

Git submodules, the way I wish they worked.

Install

npm i -g sbm

Or, clone this repository and run make install.

Use

It's easy, and fun.

Initialize a project

sbm init

Add a dependency

sbm add -b mybranch git@github.com:me/myrepo lib/mylib

Fetch latest code

sbm sync lib/mylib

Remove a dependency

sbm rm lib/mylib