npm install m_minimalitst dependency manager based on git subtrees
npm install -g m_
{
"test/lib": [
"https://github.com/mucbuc/traverse.git",
"https://github.com/mucbuc/twice-size.git"
],
"tools": [
"https://github.com/mucbuc/plank.git"
]
}
`$3
Unless a file is specified by the
file option m_ looks for dependencies in m_.json of the current working directory. `
Usage: m_ [options] Options:
-h, --help output usage information
-V, --version output the version number
-u, --update update subtrees (default)
-i, --install install subtrees
-f, --file [path] specify dependency file (defaults to m_.json)
-p, --push [branch] push changes to origin [branch], if no branch provided it will use base name of directory
-s, --squash squash history
-r, --recursive recursive mode
``