Socket
Socket
Sign inDemoInstall

gitclone

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitclone

Clone a Github repository with only `username/repo` and support options


Version published
Weekly downloads
11
increased by57.14%
Maintainers
1
Weekly downloads
 
Created
Source

gitclone NPM version Build Status Dependency Status

Clone a Github repository with only username/repo and support options

Install Nodei.co stats

Install with npm

$ npm install gitclone -g

Flags

Flags can be used in any order.

  • -d|--dest {String} local destionation path
  • -r|--repo {String} the repository to clone
  • -b|--branch {String} the branch to clone
  • -s|--ssh {Boolean} clone via SSH or HTTPS

Use cases

$ gitclone gulpjs/gulp
$ gitclone tunnckoCore/koa-better-body --branch v1.0.0
$ gitclone substack/minimist --dest cmds
$ gitclone userName/myAwesomeRepo --ssh --dest awesomeRepo
$ gitclone --branch v6.0.0 --repo assemble/assemble --ssh --dest mysite

Authors & Contributors author tips

Charlike Mike Reagent

License MIT license

Copyright (c) 2014 Charlike Mike Reagent, contributors.
Released under the MIT license.

Keywords

FAQs

Package last updated on 29 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc