updated README.md
This commit is contained in:
parent
a8112d1e32
commit
b93a37103d
39
README.md
39
README.md
|
@ -1,23 +1,16 @@
|
||||||
# Realize
|
<p align="center">
|
||||||
|
<img src="https://i.imgur.com/vJfIiId.png" width="125px">
|
||||||
[![GoDoc](https://img.shields.io/badge/documentation-godoc-blue.svg?style=flat-square)](https://godoc.org/github.com/oxequa/realize)
|
</p>
|
||||||
[![Travis](https://img.shields.io/travis/oxequa/realize.svg?style=flat-square)](https://travis-ci.org/oxequa/realize)
|
<p align="center">
|
||||||
[![AUR](https://img.shields.io/aur/license/yaourt.svg?style=flat-square)](https://raw.githubusercontent.com/oxequa/realize/v1/LICENSE)
|
<a href="https://travis-ci.org/oxequa/realize"><img src="https://img.shields.io/travis/oxequa/realize.svg?style=flat-square" alt="Build status"></a>
|
||||||
[![](https://img.shields.io/badge/realize-examples-yellow.svg?style=flat-square)](https://github.com/oxequa/realize-examples)
|
<a href="https://goreportcard.com/report/github.com/oxequa/realize"><img src="https://goreportcard.com/badge/github.com/oxequa/realize?style=flat-square" alt="GoReport"></a>
|
||||||
[![Gitter](https://img.shields.io/gitter/room/oxequa/realize.svg?style=flat-square)](https://gitter.im/oxequa/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
<a href="http://godoc.org/github.com/oxequa/realize"><img src="http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square" alt="GoDoc"></a>
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/oxequa/realize?style=flat-square)](https://goreportcard.com/report/github.com/oxequa/realize)
|
<a href="https://raw.githubusercontent.com/oxequa/realize/v1/LICENSE"><img src="https://img.shields.io/aur/license/yaourt.svg?style=flat-square" alt="License"></a>
|
||||||
<!--[![OpenCollective](https://opencollective.com/realize/backers/badge.svg?style=flat-square)](#backers)
|
<a href="https://gitter.im/oxequa/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://img.shields.io/gitter/room/oxequa/realize.svg?style=flat-square" alt="Gitter"></a>
|
||||||
[![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg?style=flat-square)](#sponsors)-->
|
</p>
|
||||||
|
<hr>
|
||||||
<br>
|
<h3 align="center">#1 Golang live reload and task runner</h3>
|
||||||
|
<hr>
|
||||||
<div align="center">
|
|
||||||
<img src="https://i.imgur.com/bXXWQcc.png" width="125px">
|
|
||||||
<h1 style="">The #1 Golang Task Runner</h1>
|
|
||||||
<p style="font-size: 18px; font-weight: 400;">Enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://gorealize.io/img/realize-ui-2.png">
|
<img src="https://gorealize.io/img/realize-ui-2.png">
|
||||||
|
@ -52,8 +45,10 @@
|
||||||
<img src="http://gorealize.io/img/do_logo.png" width="180px">
|
<img src="http://gorealize.io/img/do_logo.png" width="180px">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Get started
|
## Quickstart
|
||||||
$ go get github.com/oxequa/realize
|
```
|
||||||
|
go get github.com/oxequa/realize
|
||||||
|
```
|
||||||
|
|
||||||
## Commands List
|
## Commands List
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue