Releases: clubcleaver/glive
Releases · clubcleaver/glive
glive v1.0.0
GLIVE Release
GLIVE is a lightweight directory/file watcher and process reloader built with Golang. It simplifies development workflows by automating server restarts on file changes and managing multithreaded processes like Fiber
and Gin
.
Key Features:
- Watch any directory and skip specific files/folders.
- Works with platforms like Node.js, Golang, Python, etc.
- Handles multithreaded processes with proper cleanup.
- Super fast and dependency-free.
- Easy to set up with simple configurations.
Installation:
- Debian Package:
wget https://github.com/clubcleaver/glive/raw/main/glive.deb
sudo apt install ./glive.deb
- Manual:
curl -O https://github.com/clubcleaver/glive/raw/main/glive
chmod +x ./glive
export $PATH=$PATH:<path-to-glive-file>
Usage:
glive
- Start watching.rs
- Manually restart.Ctrl+C
- Stop the watcher.
Check the README for detailed setup instructions.
This format keeps it short, while highlighting the essentials.