All Projects → hua1995116 → git-down-repo

hua1995116 / git-down-repo

Licence: MIT license
Download git-repo for any url

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to git-down-repo

GithubClient
Github iOS Client based on Github REST V3 API and GraphQL V4 API
Stars: ✭ 42 (-16%)
Mutual labels:  github-api
github-markdown-render
Display Markdown formatted documents on your local web server using GitHub's Markdown rendering API and CSS to mimic the visuals of GitHub itself.
Stars: ✭ 18 (-64%)
Mutual labels:  github-api
Recent-Commits-on-Repository
Find a github repository an its recent commits
Stars: ✭ 12 (-76%)
Mutual labels:  github-api
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+588%)
Mutual labels:  github-api
org-stats
Get the contributor stats summary from all repos of any given organization
Stars: ✭ 151 (+202%)
Mutual labels:  github-api
myPortfolio
This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.
Stars: ✭ 127 (+154%)
Mutual labels:  github-api
github-react-native-apollo-graphql
📱 A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (-52%)
Mutual labels:  github-api
github-app
node module to handle authentication for the GitHub Apps API
Stars: ✭ 51 (+2%)
Mutual labels:  github-api
neo
A Discord bot built to satisfy a multitude of needs
Stars: ✭ 16 (-68%)
Mutual labels:  github-api
journalist
App to write journal digitally. Simple as that.
Stars: ✭ 23 (-54%)
Mutual labels:  github-api
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-68%)
Mutual labels:  github-api
zulipbot
GitHub workflow-optimizing bot by @zulip
Stars: ✭ 70 (+40%)
Mutual labels:  github-api
github-admin
vue和element-ui搭建一個後台管理系統,使用github提供的api搞事情。輸入您的github賬號名自動幫你生成基本的github信息哦😯
Stars: ✭ 15 (-70%)
Mutual labels:  github-api
Triton
GitHub notifications tracker for Telegram. Pushes GitHub notifications to Telegram.
Stars: ✭ 12 (-76%)
Mutual labels:  github-api
2017-year-in-review
Year in Review with R Rmd Template
Stars: ✭ 34 (-32%)
Mutual labels:  github-api
actions
Collection of repetitive GitHub Actions
Stars: ✭ 12 (-76%)
Mutual labels:  github-api
awesome-generator
Generate awesome list over Github API
Stars: ✭ 46 (-8%)
Mutual labels:  github-api
fixtures
Fixtures for all the octokittens
Stars: ✭ 82 (+64%)
Mutual labels:  github-api
github-status-updater
Command line utility for updating GitHub commit statuses and enabling required status checks for pull requests
Stars: ✭ 83 (+66%)
Mutual labels:  github-api
larry
Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go
Stars: ✭ 64 (+28%)
Mutual labels:  github-api

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 蓝色的秋风

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].