Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santerijps/hotreload

Execute actions in the shell whenever any (non-executable) file in the directory is modified, new ones are created, or old ones are deleted.
https://github.com/santerijps/hotreload

Last synced: about 1 month ago
JSON representation

Execute actions in the shell whenever any (non-executable) file in the directory is modified, new ones are created, or old ones are deleted.

Awesome Lists containing this project

README

        

# hotreload

Execute actions in the shell whenever any file in the directory is modified, new ones are created, or old ones are deleted.

```sh
# Building and usage
make prod
build/hotreload 'echo Hello world'
```