An open API service indexing awesome lists of open source software.

https://github.com/dlsniper/ggg

go get for Github
https://github.com/dlsniper/ggg

Last synced: 9 months ago
JSON representation

go get for Github

Awesome Lists containing this project

README

          

# go get for Github

This extension adds a button to Github repositories which
contain Go as a language.

The button will copy to clipboard the following command:
`go get -u github.com/repository/name`

![screenshot](https://raw.githubusercontent.com/dlsniper/ggg/master/screenshot.png)

## Installation

To install this, visit the [Chrome Store](https://chrome.google.com/webstore/detail/go-get-for-github/ahkfiobnoafagbaaghmbbopfdpdbaidi)

## Usage

See options to get the options for this extension.

Usage:
- left click copies the `go get` command to clipboard
- CTRL + left click opens godoc.org for the current repository
- ALT + left click opens goreportcard.com for the current repository
- SHIFT + left click opens Sourcegraph for the current repository

## License

Copyright 2016 Florin Pățan

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

### Inspiration

This project is heavily inspired by: [Netflix Pro](https://github.com/JohnCoates/NetflixPro).

### Gopher logo copyright

The Gopher icons are based on the Go mascot designed by [Renée French](http://reneefrench.blogspot.com/) and copyrighted under the [Creative Commons Attribution 3.0 license](http://creativecommons.org/licenses/by/3.0/us/).