0.0.15 • Published 7 years ago

m_ v0.0.15

Weekly downloads
17
License
GNU
Repository
-
Last release
7 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

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago