Skip to content

ArcherGu/git-clone-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-clone-all

How to use

add your Personal Access Tokens and gitlab url to config/config.js like:

const token = "oJXkmR6XAh6yS9yqay76";
const url = "192.168.1.100:2222";

module.exports = {
  token,
  url,
};

and then run:

npm run clone

About

get your gitlab all projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published