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
- Host: GitHub
- URL: https://github.com/mrbrunelli/clone-repos
- Owner: mrbrunelli
- License: mit
- Created: 2021-09-25T15:16:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T15:46:49.000Z (over 4 years ago)
- Last Synced: 2025-01-15T20:54:53.100Z (over 1 year ago)
- Topics: automation-script, clone-script, git, git-script, javascript, node, script
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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": [
"git@github.com:mrbrunelli/my-portfolio.git",
"git@github.com:mrbrunelli/aws-node-sqs-worker.git",
"git@github.com: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
