git-ripper
Advanced tools
Comparing version
{ | ||
"name": "git-ripper", | ||
"version": "1.3.4", | ||
"version": "1.3.6", | ||
"description": "CLI tool that lets you download specific folders from GitHub repositories without cloning the entire repo.", | ||
@@ -34,5 +34,7 @@ "main": "src/index.js", | ||
"axios": "^1.6.7", | ||
"chalk": "^5.3.0", | ||
"cli-progress": "^3.12.0", | ||
"commander": "^12.0.0", | ||
"p-limit": "^6.2.0" | ||
"p-limit": "^6.2.0", | ||
"pretty-bytes": "^6.1.1" | ||
}, | ||
@@ -39,0 +41,0 @@ "repository": { |
@@ -7,3 +7,3 @@ import { program } from 'commander'; | ||
program | ||
.version('1.3.4') | ||
.version('1.3.6') | ||
.description('Clone specific folders from GitHub repositories') | ||
@@ -10,0 +10,0 @@ .argument('<url>', 'GitHub URL of the folder to clone') |
18714
0.34%6
50%+ Added
+ Added
+ Added
+ Added