reload/README.md

620 B

Reloader

A simple program to reload (or just start) a process when files of a certain type are changed.

Installation

Requires Python 3.6+ and setuptools

pip3 install setuptools

Then install Reloader

python3 setup.py install --user

or if you don't want to clone the repo

pip3 install git+https://git.barkshark.xyz/izaliamae/reload.git

Note: When installing from source in a virtualenv created via pyenv, do pip install . to install it properly

Usage

Run reload in the base directory you want to watch to generate a reload.json file. Edit it to suite your needs and then run reload again.