Skip to content

KittenzExe/burrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

burrow

Quick reloading Go scripts made easy.

Running

See releases for downloads

Windows

On windows, place the executable in the same directory as your project, and run:

./burrow.exe app.go

Or, if you want to reload when any Go files are modified, run:

./burrow.exe --all app.go

MacOS and Linux

On macOS or Linux, place the executable in the same directory as your project, and run:

./burrow app.go

Or, if you want to reload when any Go files are modified, run:

./burrow --all app.go

Building from source

Windows

To build for Windows, run:

go build -o burrow.exe main.go

MacOS and Linux

To build for MacOS and Linux, run:

go build -o burrow main.go

License

Under the GNU Affero General Public License v3.0

About

Quick reloading Go scripts made easy.

Topics

Resources

License

Stars

Watchers

Forks

Languages