goir

command module
v0.0.9-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 9 Imported by: 0

README

goir

zero configs live reload program for go projects

Screenshot 2023-09-25 at 11 42 34 PM

install

go install github.com/gokul1630/goir@latest

Setup your .bashrc or .zshrc on your Linux/macOS

export PATH="$(go env GOPATH)/bin:$PATH"
If you're running on Windows add the go/bin path to your PATH variable in Environment variables

Config for customization

Note: Config is optional only. You can run goir without any config. If you want to customize, below are the available options. also you can give optional run args by goir <your args>.

{
	"output": "main",
	"buildArgs": [""],
	"runArgs": [""],
	"excludedPaths": ["tmp"],
	"tmp_dir": "tmp"
}

TODO

  • kill child processes
  • refactor code
  • more customization

Thanks to

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL