Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T15:46:49.000Z (about 3 years ago)
- Last Synced: 2023-03-07T14:48:25.075Z (almost 2 years ago)
- Topics: automation-script, clone-script, git, git-script, javascript, node, script
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- 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": [
"[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)