0.3.2-2 • Published 9 years ago

gitfetcher v0.3.2-2

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

GitFetcher Build Status Dependency Status

A pretty cool utility to fetch/pull from multiple git repositories configured as projects.

Getting Started

Install the module with: npm install -g gitfetcher

Requirements

  • NodeJS >= 0.10.0
  • Git

Configuration

Configuration file can reside in multiple locations, lookup is done in order :

  • ~/.gitfetcher.json
  • ~/gitfetcher.json
  • gitfetcher.json inside the working directory

Configuration location may be overridden with the --config switch.

"~" is user's home directory, on *unix /home/$yourusername$, on Windows C:\Users\$yourusername$.

Configuration format

Configuration is a JSON format file.

An example configuration is available inside the project directory.

On *nix, git is usually available at /usr/bin/git location, on Windows C:\Program Files\Git\cmd\git.exe or C:\Program Files (x86)\Git\cmd\git.exe on 64bits versions.

License

Copyright (c) 2013 Clément Bourgeois
Licensed under the MIT license.

0.3.2-2

9 years ago

0.3.2-1

9 years ago

0.3.2

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago