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

https://github.com/osamingo/gitio

gitio comannd generates short url by git.io
https://github.com/osamingo/gitio

Last synced: 11 months ago
JSON representation

gitio comannd generates short url by git.io

Awesome Lists containing this project

README

          

# gitio

[![Build Status](https://travis-ci.org/osamingo/gitio.svg?branch=master)](https://travis-ci.org/osamingo/gitio)
[![Go Report Card](https://goreportcard.com/badge/osamingo/gitio)](https://goreportcard.com/report/osamingo/gitio)
[![GoDoc](https://godoc.org/github.com/osamingo/gitio?status.svg)](https://godoc.org/github.com/osamingo/gitio)

gitio comannd generates short url by [git.io](https://git.io).

## Installation

```
$ go get -u github.com/osamingo/gitio
```

## Usage

```
$ gitio -code=gitio-cmd https://github.com/osamingo/gitio
https://git.io/gitio-cmd
```

## License

Released under the [MIT License](https://github.com/osamingo/gitio/blob/master/LICENSE).