0.0.15 • Published 8 years ago

m_ v0.0.15

Weekly downloads
17
License
GNU
Repository
-
Last release
8 years ago

m_

minimalitst dependency manager based on git subtrees

Install

npm install -g m_

Example dependency file

{
	"test/lib": [
	 	"https://github.com/mucbuc/traverse.git",
		"https://github.com/mucbuc/twice-size.git"
	],
	"tools": [
		"https://github.com/mucbuc/plank.git"
	]
}

Usage and options

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

Constraints:

  • updates from master only

Subtree reference

http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago