Coder Social home page Coder Social logo

frankiegu / quickgitclone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zenquan/githubhelper

0.0 0.0 0.0 431 KB

这是一个帮助快速克隆git仓库+生成、下载网站二维码+选中右击跳转百度的Chrome插件

HTML 55.66% JavaScript 40.27% CSS 4.07%

quickgitclone's Introduction

quickgitclone

背景

不知道从什么时候开始,git clone变得如此的慢,所以很多时候 git clone 都会出问题,最近看到有两个方案。

方案1:通过gitee或者coding先把要克隆的仓库从github中引入

  • 优点:gitee或者coding国内的服务器,git clone非常快
  • 缺点:这样多走一步,十分麻烦,不大推荐

方案2:则是git clone地址多加一点改变,譬如

https://github.com/Zenquan/quickgitclone.git -> https://github.com.cnpmjs.org/Zenquan/quickgitclone.git

  • 优点:亲测!速度真的很快。
  • 缺点:但是每次都要去这么拼凑一下十分麻烦,所以就写了这样一个简单的插件来解决这个需求

补充需求

{
	name:  String,
	age:  Number,
	sex:  String,
}

后复制

todo:1. 对json标准格式化;2. 支持多层嵌套中的问题

  • 最近在使用styled-components,发现写起来虽然有点爽,只是都要去export 定义很多个,实在麻烦,所以 造东西的时候有到了
import {Page, Text, Line} from './style'

=>

import styled from 'styled-components'

export const Page = styled.div`

`

export const Text = styled.div`

`

export const Line = styled.div`

`

<Page></Page>
<Text></Text>
<Line></Line>

使用说明

1.克隆到本地

git clone https://github.com.cnpmjs.org/Zenquan/quickgitclone.git
  1. 在浏览器里中

最后的效果

quickgitclone's People

Contributors

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