Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hua1995116/git-down-repo
:octocat:Download git-repo for any url
https://github.com/hua1995116/git-down-repo
git github-api nodejs
Last synced: 2 months ago
JSON representation
:octocat:Download git-repo for any url
- Host: GitHub
- URL: https://github.com/hua1995116/git-down-repo
- Owner: hua1995116
- License: mit
- Created: 2018-07-14T11:34:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T14:57:12.000Z (almost 6 years ago)
- Last Synced: 2024-09-29T14:41:47.782Z (3 months ago)
- Topics: git, github-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 54
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-down-repo
# 开始
```Shell
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 // 下载多个项目(空格分隔)
```# node-modules
```
cnpm i git-down-repo
```
```
test.jsconst gitdown = require('git-down-repo');
const gitdownFunc = gitdown();
gitdownFunc(['https://github.com/hua1995116/webchat/blob/master/.eslintrc.js']);
```
# 版本
## 2018.7.21
v2.5.3
1.修复中文乱码问题(url 支持utf-8)v2.4.2
1.修复commongJS导致的bug
v2.4.1
1.支持以commonJs方式引入至项目中
## 2018.7.18
v2.3.11.支持多个链接形式
2.修复单个文件下载多余文件情况## 2018.7.16
v2.3.01.优化体验,当本地存在需下载目录时候,可以选择是否继续覆盖
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2018 蓝色的秋风