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.
- Host: GitHub
- URL: https://github.com/zoubin/multi-repos-manager
- Owner: zoubin
- Created: 2020-12-25T08:46:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T04:16:17.000Z (over 5 years ago)
- Last Synced: 2025-04-19T18:13:56.789Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```