Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aerogo/run
- Owner: aerogo
- License: other
- Created: 2016-12-02T09:23:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T17:13:56.000Z (over 4 years ago)
- Last Synced: 2025-01-03T00:31:05.280Z (6 days ago)
- Topics: build-tool, development, go, reload, restart, server
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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