easy-download-git-repo
v3.0.2
Published
Download git repo to local
Downloads
16
Readme
Easy-download-git-repo
Setup
npm i -g easy-download-git-repo
Usage
Archive
inp https://github.com:kuangyeheng/easy-download-git-repo#master my-project
Git clone
inp -c https://github.com:kuangyeheng/easy-download-git-repo#master my-project
Local directory
inp -l D:\projects\project-seed my-project
Interactive
#Archive
inp
#Git clone
inp -c
#Local directory
inp -l
#Example
inp -l
*********************************** Attention ***********************************
* Tips: url split by ":" *
* For example: *
* https://mygitlab.com:kuangyeheng/my-project#master *
*********************************************************************************
? Please,input your project name: my-project
? Please,input your project-seed path: D:\project-seed\vue
projectName: my-project
projectSeedPath: D:\project-seed\vue
isFromLocal: true
clone: false
Project init done!