Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aerogo/run

:running: Runs an Aero project and restarts on code, template or style changes.
https://github.com/aerogo/run

build-tool development go reload restart server

Last synced: 4 days ago
JSON representation

:running: Runs an Aero project and restarts on code, template or style changes.

Awesome Lists containing this project

README

        

# run

[![Godoc][godoc-image]][godoc-url]
[![Report][report-image]][report-url]
[![Tests][tests-image]][tests-url]
[![Coverage][coverage-image]][coverage-url]
[![Sponsor][sponsor-image]][sponsor-url]

Runs an [Aero](https://github.com/aerogo/aero) project and restarts on code/template/style changes.

![Preview](docs/preview.png)

## Requirements

[pack](https://github.com/aerogo/pack) needs to be installed:

```shell
go get -u github.com/aerogo/pack
```

## Installation

```shell
go get -u github.com/aerogo/run/...
```

## Usage

```shell
run
```

## Style

Please take a look at the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) if you'd like to make a pull request.

## Sponsors

| [![Cedric Fung](https://avatars3.githubusercontent.com/u/2269238?s=70&v=4)](https://github.com/cedricfung) | [![Scott Rayapoullé](https://avatars3.githubusercontent.com/u/11772084?s=70&v=4)](https://github.com/soulcramer) | [![Eduard Urbach](https://avatars3.githubusercontent.com/u/438936?s=70&v=4)](https://eduardurbach.com) |
| --- | --- | --- |
| [Cedric Fung](https://github.com/cedricfung) | [Scott Rayapoullé](https://github.com/soulcramer) | [Eduard Urbach](https://eduardurbach.com) |

Want to see [your own name here?](https://github.com/users/akyoto/sponsorship)

[godoc-image]: https://godoc.org/github.com/aerogo/run?status.svg
[godoc-url]: https://godoc.org/github.com/aerogo/run
[report-image]: https://goreportcard.com/badge/github.com/aerogo/run
[report-url]: https://goreportcard.com/report/github.com/aerogo/run
[tests-image]: https://cloud.drone.io/api/badges/aerogo/run/status.svg
[tests-url]: https://cloud.drone.io/aerogo/run
[coverage-image]: https://codecov.io/gh/aerogo/run/graph/badge.svg
[coverage-url]: https://codecov.io/gh/aerogo/run
[sponsor-image]: https://img.shields.io/badge/github-donate-green.svg
[sponsor-url]: https://github.com/users/akyoto/sponsorship