Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
git-down-repo
Advanced tools
npm install git-down-repo -g // 安装全局
// test
gitdown https://github.com/hua1995116/webchat // 下载整个仓库(默认master)
gitdown https://github.com/hua1995116/webchat dev // 下载某个仓库的dev分支
gitdown https://github.com/hua1995116/webchat/tree/master/config // 下载仓库某个文件夹
gitdown https://github.com/hua1995116/webchat/blob/master/config/dev.env.js // 下载某个文件
gitdown https://github.com/hua1995116/webchat/blob/master/config/dev.env.js https://github.com/hua1995116/webpack-plugin-inner-script/blob/master/index.js // 下载多个项目(空格分隔)
cnpm i git-down-repo
test.js
const gitdown = require('git-down-repo');
const gitdownFunc = gitdown();
gitdownFunc(['https://github.com/hua1995116/webchat/blob/master/.eslintrc.js']);
v2.5.3 1.修复中文乱码问题(url 支持utf-8)
v2.4.2
1.修复commongJS导致的bug
v2.4.1
1.支持以commonJs方式引入至项目中
v2.3.1
1.支持多个链接形式 2.修复单个文件下载多余文件情况
v2.3.0
1.优化体验,当本地存在需下载目录时候,可以选择是否继续覆盖
FAQs
Download git-repo for any url
We found that git-down-repo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.