@gengjiawen/git-repo-cli
v0.0.1
Published
my polished project
Downloads
3
Readme
clone git repo with CLI
Commands: clone [destination] clone a repository into a newly created directory
Sample
npx https://github.com/gengjiawen/git-repo-cli clone nodejs/gyp-next#v0.9.1 ./gyprepository
The shorthand repository string to download the repository from:
- GitHub -
github:owner/nameor simplyowner/name - GitLab -
gitlab:owner/name - Bitbucket -
bitbucket:owner/name
Setup
npm install
npm startProject generated by gengjiawen/ts-scaffold
