Socket
Socket
Sign inDemoInstall

download-git-repo-cli

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

1

index.js

@@ -24,2 +24,3 @@ var download = require('download-git-repo');

console.log(' $ download-git-repo zeke/download-github-repo-fixture test/tmp');
console.log(' $ download-git-repo gitlab:flipxfx/download-gitlab-repo-fixture');
console.log(' $ download-git-repo bitbucket:flipxfx/download-bitbucket-repo-fixture#my-branch test/tmp --clone');

@@ -26,0 +27,0 @@ console.log('');

6

package.json
{
"name": "download-git-repo-cli",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"repository": "git://github.com/flipxfx/download-git-repo-cli",
"description": "Download and extract a git repository (GitHub, Bitbucket) from node CLI.",
"description": "Download and extract a git repository (GitHub, Gitlab, Bitbucket) from node CLI.",
"preferGlobal": true,

@@ -24,3 +24,3 @@ "keywords": [

"dependencies": {
"download-git-repo": "^0.1.1",
"download-git-repo": "^0.1.2",
"yargs": "^3.31.0"

@@ -27,0 +27,0 @@ },

@@ -27,6 +27,7 @@ # download-git-repo-cli

$ download-git-repo zeke/download-github-repo-fixture test/tmp
$ download-git-repo gitlab:flipxfx/download-gitlab-repo-fixture
$ download-git-repo bitbucket:flipxfx/download-bitbucket-repo-fixture#my-branch test/tmp --clone
Options
-h, --help Show help
-h, --help Show help
-c, --clone Use git clone instead of an http download.

@@ -33,0 +34,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc