Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrbrunelli/clone-repos

Node.js script for clone repositories and add custom files
https://github.com/mrbrunelli/clone-repos

automation-script clone-script git git-script javascript node script

Last synced: about 1 month ago
JSON representation

Node.js script for clone repositories and add custom files

Awesome Lists containing this project

README

        

## Node.js automation script for repositories clone

### Example
Set your repositories url and extra files to add after clone
```json
{
"folder_name": "meus_projetos",
"repositories_url": [
"[email protected]:mrbrunelli/my-portfolio.git",
"[email protected]:mrbrunelli/aws-node-sqs-worker.git",
"[email protected]:mrbrunelli/gerador-certificado-bradesco.git"
],
"additional_files": [
{
"name": ".npmrc",
"content": "//registry.npmjs.org/:_authToken=my_npm_token"
}
]
}
```

### How execute
```sh
# Needs Node.js v14+
yarn start || npm start
```

### Screenshot
![](.github/screenshot.png)