Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 276 Bytes

File metadata and controls

11 lines (7 loc) · 276 Bytes

Ignite 🔥

ignite is a simple and lightweight Go hot-reload / live-reload tool & library meant to help developers automatically rerun Go programs when source files change.

Usage

CLI

go build -o ignite
./ignite "./path/to/**/*.go" "go run main.go"