Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gengjiawen/git-repo-cli


https://github.com/gengjiawen/git-repo-cli

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

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 ./gyp
```

#### repository
The shorthand repository string to download the repository from:

- **GitHub** - `github:owner/name` or simply `owner/name`
- **GitLab** - `gitlab:owner/name`
- **Bitbucket** - `bitbucket:owner/name`

### Setup

```
npm install
npm start
```

Project generated by [gengjiawen/ts-scaffold](https://github.com/gengjiawen/ts-scaffold)