mirror of https://github.com/maxcnunes/gaper.git
Improve README
This commit is contained in:
parent
842a0113ef
commit
a2fa6af32b
16
README.md
16
README.md
|
@ -1,5 +1,13 @@
|
|||
gaper
|
||||
=====
|
||||
<p align="center">
|
||||
<img width="200px" src="https://raw.githubusercontent.com/maxcnunes/gaper/master/gopher-gaper.png">
|
||||
<h3 align="center">gaper</h3>
|
||||
<p align="center">
|
||||
Restarts programs when they crash or a watched file changes.<br />
|
||||
<b>Aimed to be used in development only.</b>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
|
||||
[![Linux - Build Status](https://travis-ci.org/maxcnunes/gaper.svg?branch=master)](https://travis-ci.org/maxcnunes/gaper)
|
||||
|
@ -9,10 +17,6 @@ gaper
|
|||
[![Go Report Card](https://goreportcard.com/badge/github.com/maxcnunes/gaper)](https://goreportcard.com/report/github.com/maxcnunes/gaper)
|
||||
[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser)
|
||||
|
||||
Restarts programs when they crash or a watched file changes.
|
||||
|
||||
**NOT STABLE YET, STILL IN DEVELOPMENT**: Please, check out [this ticket](https://github.com/maxcnunes/gaper/issues/1) to follow its progress.
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue