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
- Host: GitHub
- URL: https://github.com/codewell/setup
- Owner: codewell
- License: mit
- Created: 2019-09-17T08:00:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T21:26:06.000Z (over 6 years ago)
- Last Synced: 2025-02-22T07:31:50.263Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!