Files
Oca-Repos-Manager/README.md
2024-02-16 03:28:03 +01:00

29 lines
885 B
Markdown

# Oca Repos Manager
This script allows to easily select, clone, and update [OCA repositories](https://github.com/OCA) in batch for Odoo.
![Screenshot-1](https://git.area51bit.com/kamzata/Oca-Repos-Manager/raw/commit/97e760cfbf91ef0d126b6cb629501d28d49fe04b/screenshot-1.png "Screenshot 1")
## How to use it
Download and make it executable like this:
```sh
wget https://git.area51bit.com/kamzata/Oca-Repos-Manager/raw/branch/main/oca-repos-manager.sh && chmod +x oca-repos-manager.sh
```
then simply run:
```sh
./oca-repos-manager.sh
```
In order to clone the repositories **[you have to generate a GitHub token from here](https://github.com/settings/tokens)** in your GitHub personal account, then copy and paste the token when asked.
### Dependencies
In order to make it works, please install `jq`, `curl`, and `git` utilities.
### Compatibility
Tested on Linux and MacOS.