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
- Host: GitHub
- URL: https://github.com/osamingo/gitio
- Owner: osamingo
- License: mit
- Created: 2016-05-11T14:08:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T10:06:32.000Z (about 10 years ago)
- Last Synced: 2025-02-23T05:42:29.251Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitio
[](https://travis-ci.org/osamingo/gitio)
[](https://goreportcard.com/report/osamingo/gitio)
[](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).