You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
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"
About
`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.