version 1.04
- You can use with any platform like Nodejs, Golang, Python etc.
- Watch any directory.
- Run Multi Threaded processes like Fiber / Gin / Other ...
- Skip Directories or Files.
- Super fast, as built in Golang.
- Easy installation.
- No dependencies.
Create a glive.json file in working directory like below.
{
"watch": "./",
"command": "go run ./cmd/app1/main.go",
"skip": ["./logs", ".git", "./offProject/notes.md", "glive.json", "./docs"]
}glive to Run,rs "while running" For Manually Restart,Ctrl+c To Stop
Using the Debian Package Manager / apt / apt-get.
wget curl https://github.com/clubcleaver/glive/raw/refs/heads/main/glive.deb
sudo apt install ./glive.debgliveBinary Install
curl -O https://github.com/clubcleaver/glive/raw/refs/heads/main/glivewget curl https://github.com/clubcleaver/glive/raw/refs/heads/main/glive
chmod 777 ./gliveexport $PATH=$PATH:<path-to-glive-file>glive


