An open API service indexing awesome lists of open source software.

https://github.com/zoubin/multi-repos-manager

A commandline tool to `git` in multiple repositories.
https://github.com/zoubin/multi-repos-manager

Last synced: 12 months ago
JSON representation

A commandline tool to `git` in multiple repositories.

Awesome Lists containing this project

README

          

# multi-repos-manager
A commandline tool to `git` in multiple repositories.

## Install
```bash
npm i -g multi-repos-manager
mrm -h
```

## Examples

```bash
mrm clone remote-url remote-url

mrm pull repo-dir-1 repo-dir-2
mrm pull

mrm grep -noE keywords -- -- repo-dir-1 repo-dir-2
mrm grep -noE keywords

```