Giter Site home page Giter Site logo

blackglory / git-list Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 654 KB

๐ŸŒฒ git-list is a tool for batch operation of git repositories

Home Page: https://www.npmjs.com/package/@blackglory/git-list

License: MIT License

JavaScript 25.11% TypeScript 74.89%
npm-package cli typescript esm

git-list's Introduction

git-list

git-list is a tool for batch operation of git repositories, it uses the git-list.yaml file in the current directory as the single source of truth.

Install

npm install --global @blackglory/git-list
# or
yarn global add @blackglory/git-list

Usage

Usage: git-list [options] [command]

A tool for batch operation of git repositories

Options:
  -V, --version                output the version number
  --concurrency <concurrency>  concurrency (default: "1")
  -h, --help                   display help for command

Commands:
  clone                        execute `git clone` on all of repositories in the list
  pull                         execute `git pull` on all of repositories in the list
  push                         execute `git push` on all of repositories in the list
  status                       execute `git status` on all of repositories in the list
  show-current-branch          execute `git branch --show-current` on all of repositories in the list
  purge [options]              delete all non-hidden directories and files that are not in the list
  help [command]               display help for command

git-list.yaml

A YAML file with the array of URLs for repositories, it is the single source of truth of git-list.

git-list maps the URL to the pathname of the repository. For example, it map [email protected]:owner/repo.git to example.com/owner/repo, so git-list clone means git clone [email protected]:owner/repo.git github.com/owner/repo.

git-list's People

Contributors

blackglory avatar dependabot[bot] avatar

Stargazers

aben avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.