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

https://github.com/instruct-br/nameko-reloader


https://github.com/instruct-br/nameko-reloader

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# nameko-reloader

Extension for [Nameko](https://www.nameko.io/), that implements the _hot-reload_ feature, when detects changes in service file.

## Usage

Start your services using `nameko_reloader`, and passing the `--reload` option:

```sh
nameko_reloader run service.service_a service.service_b --reload
```