New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitfetcher

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitfetcher

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

0.3.2-2
latest
Source
npm
Version published
Maintainers
1
Created
Source

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.

Keywords

cli

FAQs

Package last updated on 26 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts