Skip to content
/ ignite Public

`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.

Notifications You must be signed in to change notification settings

jrKitt/ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages