1.0.17 • Published 4 years ago

gitrdun v1.0.17

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

gitrdun

A package manager for git repo dependencies.

Installation

npm install -g gitrdun

Instructions

Run the following in a repo containing a gitrdun.json file.

gitrdun

Git repo dependencies will be installed in configured directory.

Sample gitrdun.json

{
    "directory": "lib_gitrdun",
    "install": "pwd",
    "dependencies": {
        "gitrdun": {
            "url": "https://github.com/jpipher/gitrdun.git",
            "branch": "master",
            "shallow": true,
            "install": "pwd"
        }
    }
}

NOTES:

  • The "install" script will be run after dependencies are fetched from git
  • An "install" script can be defined for a dependency and will be run after the dependency has been fetched from git
  • Set "shallow" to true if you do not want to recursively install with gitrdun
1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago