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

https://github.com/codewell/setup

Script for setting up applications with multiple repos
https://github.com/codewell/setup

Last synced: 6 days ago
JSON representation

Script for setting up applications with multiple repos

Awesome Lists containing this project

README

          

# setup

Script for setting up applications with multiple repos

## How to use

1. Get the script file

```bash
curl -o setup https://raw.githubusercontent.com/codewell/setup/master/setup
```

2. Make the file executable

```bash
chmod +x ./setup
```

3. Add all your repos to a file `.repositories` e.g.

```
url-to-repository-1
url-to-repository-2
url-to-repository-3
```

4. Run the script

```bash
./setup
```

5. Follow the instructions
6. Thats it. Done!