GithubHelp home page GithubHelp logo

tiankai0426 / git-down-repo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hua1995116/git-down-repo

0.0 1.0 0.0 23 KB

:octocat:Download git-repo for any url

License: MIT License

JavaScript 100.00%

git-down-repo's Introduction

git-down-repo

开始

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.js

const 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.1

1.支持多个链接形式 2.修复单个文件下载多余文件情况

2018.7.16

v2.3.0

1.优化体验,当本地存在需下载目录时候,可以选择是否继续覆盖

License

MIT

Copyright (c) 2018 蓝色的秋风

git-down-repo's People

Contributors

hua1995116 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.